Html Css Color HEX #DCD42D Bitter Lemon

📋 copy color: '#DCD42D'

red 220 ◦ green 212 ◦ blue 45

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

Shades of Bitter Lemon #DCD42D

Tints of Bitter Lemon #DCD42D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.44%

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

R = 46.12%
G = 44.44%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCD42D (or 0xDCD42D) is known color: Bitter Lemon. HEX triplet: DC, D4 and 2D. RGB value is (220,212,45). Sum of RGB (Red+Green+Blue) = 220+212+45=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD42D is #232BD2. Grayscale: #C4C4C4. Windows color (decimal): -2304979 or 3003612. OLE color: 3003612.

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

Color convert

RGB 220 212 45 -
CMYK 0 0.04 0.80 0.14
HSL 57.26º 0.71% 0.52% -
HSV(B) 57.26º 0.8% 0.86% -
XYZ 53.53 62.49 11.72 -
YUV 195.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 220 212 45 0 0.04 0.80 0.14 57.26 0.71 0.52
Hex DC D4 2D 0 4 50 E 39 47 34
Octal 334 324 55 0 4 120 16 71 107 64
Binary 11011100 11010100 101101 0 100 1010000 1110 111001 1000111 110100

Color Harmonies of #DCD42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD42D

Black with #DCD42D

Text Example


Text Example

White with #DCD42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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