Html Css Color HEX #DCDB2F Bitter Lemon

📋 copy color: '#DCDB2F'

red 220 ◦ green 219 ◦ blue 47

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

Shades of Bitter Lemon #DCDB2F

Tints of Bitter Lemon #DCDB2F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

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

R = 45.27%
G = 45.06%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCDB2F (or 0xDCDB2F) is known color: Bitter Lemon. HEX triplet: DC, DB and 2F. RGB value is (220,219,47). Sum of RGB (Red+Green+Blue) = 220+219+47=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB2F is #2324D0. Grayscale: #C8C8C8. Windows color (decimal): -2303185 or 3136476. OLE color: 3136476.

HSL color Cylindrical-coordinate representation of color #DCDB2F: hue angle of 59.65º 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 #DCDB2F is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 47 -
CMYK 0 0.00 0.79 0.14
HSL 59.65º 0.71% 0.52% -
HSV(B) 59.65º 0.79% 0.86% -
XYZ 55.36 66.08 12.53 -
YUV 199.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 220 219 47 0 0.00 0.79 0.14 59.65 0.71 0.52
Hex DC DB 2F 0 0 4F E 3C 47 34
Octal 334 333 57 0 0 117 16 74 107 64
Binary 11011100 11011011 101111 0 0 1001111 1110 111100 1000111 110100

Color Harmonies of #DCDB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB2F

Black with #DCDB2F

Text Example


Text Example

White with #DCDB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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