Html Css Color HEX #DCD62C Bitter Lemon

📋 copy color: '#DCD62C'

red 220 ◦ green 214 ◦ blue 44

#DCD62C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #DCD62C

Tints of Bitter Lemon #DCD62C

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

 GREEN value IS 214 (83.98% from 255) = 44.77%

 BLUE value IS 44 (17.58% from 255) = 9.21%

R = 46.03%
G = 44.77%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.8

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCD62C (or 0xDCD62C) is known color: Bitter Lemon. HEX triplet: DC, D6 and 2C. RGB value is (220,214,44). Sum of RGB (Red+Green+Blue) = 220+214+44=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD62C is #2329D3. Grayscale: #C5C5C5. Windows color (decimal): -2304468 or 2938588. OLE color: 2938588.

HSL color Cylindrical-coordinate representation of color #DCD62C: hue angle of 57.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD62C is Cyan = 0, Magento = 0.03, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 44 -
CMYK 0 0.03 0.8 0.14
HSL 57.95º 0.72% 0.52% -
HSV(B) 57.95º 0.8% 0.86% -
XYZ 54.02 63.49 11.79 -
YUV 196.41 41.99 144.82 -
System Red Green Blue C M Y K H S L
Decimal 220 214 44 0 0.03 0.8 0.14 57.95 0.72 0.52
Hex DC D6 2C 0 3 50 E 3A 48 34
Octal 334 326 54 0 3 120 16 72 110 64
Binary 11011100 11010110 101100 0 11 1010000 1110 111010 1001000 110100

Color Harmonies of #DCD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD62C

Black with #DCD62C

Text Example


Text Example

White with #DCD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD62C; }

 p { color: rgb(220,214,44); }

 H1.HeaderClassName
 {
   color: #DCD62C;
 }
 .AnyTagClassName
 {
   color: #DCD62C;
 }
</style>

background-color css

<style>
 a { background-color: #DCD62C; }

 a { background-color: rgb(220,214,44); }

 div.DivClassName
 {
   background-color: #DCD62C;
 }
 .BgClassName
 {
   background-color: #DCD62C;
 }
</style>

border-color css

<style>
 span { border-color: #DCD62C; }

 span { border-color: rgb(220,214,44); }

 td.TdClassName
 {
   border-color: #DCD62C;
 }
 .TagClassName
 {
   border-color: #DCD62C;
 }
</style>