Html Css Color HEX #DCD62F Bitter Lemon

📋 copy color: '#DCD62F'

red 220 ◦ green 214 ◦ blue 47

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

Shades of Bitter Lemon #DCD62F

Tints of Bitter Lemon #DCD62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.77%

R = 45.74%
G = 44.49%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCD62F (or 0xDCD62F) is known color: Bitter Lemon. HEX triplet: DC, D6 and 2F. RGB value is (220,214,47). Sum of RGB (Red+Green+Blue) = 220+214+47=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD62F is #2329D0. Grayscale: #C5C5C5. Windows color (decimal): -2304465 or 3135196. OLE color: 3135196.

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

Color convert

RGB 220 214 47 -
CMYK 0 0.03 0.79 0.14
HSL 57.92º 0.71% 0.52% -
HSV(B) 57.92º 0.79% 0.86% -
XYZ 54.07 63.51 12.1 -
YUV 196.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 220 214 47 0 0.03 0.79 0.14 57.92 0.71 0.52
Hex DC D6 2F 0 3 4F E 3A 47 34
Octal 334 326 57 0 3 117 16 72 107 64
Binary 11011100 11010110 101111 0 11 1001111 1110 111010 1000111 110100

Color Harmonies of #DCD62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD62F

Black with #DCD62F

Text Example


Text Example

White with #DCD62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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