Html Css Color HEX #DCDB22 Bitter Lemon

📋 copy color: '#DCDB22'

red 220 ◦ green 219 ◦ blue 34

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

Shades of Bitter Lemon #DCDB22

Tints of Bitter Lemon #DCDB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.19%

R = 46.51%
G = 46.3%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCDB22 (or 0xDCDB22) is known color: Bitter Lemon. HEX triplet: DC, DB and 22. RGB value is (220,219,34). Sum of RGB (Red+Green+Blue) = 220+219+34=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 34 (13.67% from 255 or 7.19% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB22 is #2324DD. Grayscale: #C6C6C6. Windows color (decimal): -2303198 or 2284508. OLE color: 2284508.

HSL color Cylindrical-coordinate representation of color #DCDB22: hue angle of 59.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCDB22 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 34 -
CMYK 0 0.00 0.85 0.14
HSL 59.68º 0.73% 0.5% -
HSV(B) 59.68º 0.85% 0.86% -
XYZ 55.14 65.99 11.35 -
YUV 198.21 35.33 143.54 -
System Red Green Blue C M Y K H S L
Decimal 220 219 34 0 0.00 0.85 0.14 59.68 0.73 0.5
Hex DC DB 22 0 0 55 E 3C 49 32
Octal 334 333 42 0 0 125 16 74 111 62
Binary 11011100 11011011 100010 0 0 1010101 1110 111100 1001001 110010

Color Harmonies of #DCDB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB22

Black with #DCDB22

Text Example


Text Example

White with #DCDB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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