Html Css Color HEX #DCDB2D Bitter Lemon

📋 copy color: '#DCDB2D'

red 220 ◦ green 219 ◦ blue 45

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

Shades of Bitter Lemon #DCDB2D

Tints of Bitter Lemon #DCDB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.3%

R = 45.45%
G = 45.25%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCDB2D (or 0xDCDB2D) is known color: Bitter Lemon. HEX triplet: DC, DB and 2D. RGB value is (220,219,45). Sum of RGB (Red+Green+Blue) = 220+219+45=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB2D is #2324D2. Grayscale: #C8C8C8. Windows color (decimal): -2303187 or 3005404. OLE color: 3005404.

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

Color convert

RGB 220 219 45 -
CMYK 0 0.00 0.80 0.14
HSL 59.66º 0.71% 0.52% -
HSV(B) 59.66º 0.8% 0.86% -
XYZ 55.32 66.07 12.32 -
YUV 199.46 40.83 142.65 -
System Red Green Blue C M Y K H S L
Decimal 220 219 45 0 0.00 0.80 0.14 59.66 0.71 0.52
Hex DC DB 2D 0 0 50 E 3C 47 34
Octal 334 333 55 0 0 120 16 74 107 64
Binary 11011100 11011011 101101 0 0 1010000 1110 111100 1000111 110100

Color Harmonies of #DCDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB2D

Black with #DCDB2D

Text Example


Text Example

White with #DCDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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