Html Css Color HEX #DCD72D Bitter Lemon

📋 copy color: '#DCD72D'

red 220 ◦ green 215 ◦ blue 45

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

Shades of Bitter Lemon #DCD72D

Tints of Bitter Lemon #DCD72D

RGB

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

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

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

R = 45.83%
G = 44.79%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCD72D (or 0xDCD72D) is known color: Bitter Lemon. HEX triplet: DC, D7 and 2D. RGB value is (220,215,45). Sum of RGB (Red+Green+Blue) = 220+215+45=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD72D is #2328D2. Grayscale: #C5C5C5. Windows color (decimal): -2304211 or 3004380. OLE color: 3004380.

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

Color convert

RGB 220 215 45 -
CMYK 0 0.02 0.80 0.14
HSL 58.29º 0.71% 0.52% -
HSV(B) 58.29º 0.8% 0.86% -
XYZ 54.29 64.01 11.98 -
YUV 197.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 220 215 45 0 0.02 0.80 0.14 58.29 0.71 0.52
Hex DC D7 2D 0 2 50 E 3A 47 34
Octal 334 327 55 0 2 120 16 72 107 64
Binary 11011100 11010111 101101 0 10 1010000 1110 111010 1000111 110100

Color Harmonies of #DCD72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD72D

Black with #DCD72D

Text Example


Text Example

White with #DCD72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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