Html Css Color HEX #DCD726 Bitter Lemon

📋 copy color: '#DCD726'

red 220 ◦ green 215 ◦ blue 38

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

Shades of Bitter Lemon #DCD726

Tints of Bitter Lemon #DCD726

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.45%

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

R = 46.51%
G = 45.45%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCD726 (or 0xDCD726) is known color: Bitter Lemon. HEX triplet: DC, D7 and 26. RGB value is (220,215,38). Sum of RGB (Red+Green+Blue) = 220+215+38=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD726 is #2328D9. Grayscale: #C5C5C5. Windows color (decimal): -2304218 or 2545628. OLE color: 2545628.

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

Color convert

RGB 220 215 38 -
CMYK 0 0.02 0.83 0.14
HSL 58.35º 0.72% 0.51% -
HSV(B) 58.35º 0.83% 0.86% -
XYZ 54.17 63.96 11.32 -
YUV 196.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 220 215 38 0 0.02 0.83 0.14 58.35 0.72 0.51
Hex DC D7 26 0 2 53 E 3A 48 33
Octal 334 327 46 0 2 123 16 72 110 63
Binary 11011100 11010111 100110 0 10 1010011 1110 111010 1001000 110011

Color Harmonies of #DCD726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD726

Black with #DCD726

Text Example


Text Example

White with #DCD726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD726; }

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

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

background-color css

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

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

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

border-color css

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

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

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