Html Css Color HEX #DCD626 Bitter Lemon

📋 copy color: '#DCD626'

red 220 ◦ green 214 ◦ blue 38

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

Shades of Bitter Lemon #DCD626

Tints of Bitter Lemon #DCD626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.05%

R = 46.61%
G = 45.34%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCD626 (or 0xDCD626) is known color: Bitter Lemon. HEX triplet: DC, D6 and 26. RGB value is (220,214,38). Sum of RGB (Red+Green+Blue) = 220+214+38=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD626 is #2329D9. Grayscale: #C4C4C4. Windows color (decimal): -2304474 or 2545372. OLE color: 2545372.

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

Color convert

RGB 220 214 38 -
CMYK 0 0.03 0.83 0.14
HSL 58.02º 0.72% 0.51% -
HSV(B) 58.02º 0.83% 0.86% -
XYZ 53.91 63.45 11.24 -
YUV 195.73 38.99 145.31 -
System Red Green Blue C M Y K H S L
Decimal 220 214 38 0 0.03 0.83 0.14 58.02 0.72 0.51
Hex DC D6 26 0 3 53 E 3A 48 33
Octal 334 326 46 0 3 123 16 72 110 63
Binary 11011100 11010110 100110 0 11 1010011 1110 111010 1001000 110011

Color Harmonies of #DCD626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD626

Black with #DCD626

Text Example


Text Example

White with #DCD626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD626; }

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

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

background-color css

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

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

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

border-color css

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

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

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