Html Css Color HEX #DCD12D Bitter Lemon

📋 copy color: '#DCD12D'

red 220 ◦ green 209 ◦ blue 45

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

Shades of Bitter Lemon #DCD12D

Tints of Bitter Lemon #DCD12D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.09%

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

R = 46.41%
G = 44.09%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCD12D (or 0xDCD12D) is known color: Bitter Lemon. HEX triplet: DC, D1 and 2D. RGB value is (220,209,45). Sum of RGB (Red+Green+Blue) = 220+209+45=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD12D is #232ED2. Grayscale: #C2C2C2. Windows color (decimal): -2305747 or 3002844. OLE color: 3002844.

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

Color convert

RGB 220 209 45 -
CMYK 0 0.05 0.80 0.14
HSL 56.23º 0.71% 0.52% -
HSV(B) 56.23º 0.8% 0.86% -
XYZ 52.79 61.01 11.48 -
YUV 193.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 220 209 45 0 0.05 0.80 0.14 56.23 0.71 0.52
Hex DC D1 2D 0 5 50 E 38 47 34
Octal 334 321 55 0 5 120 16 70 107 64
Binary 11011100 11010001 101101 0 101 1010000 1110 111000 1000111 110100

Color Harmonies of #DCD12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD12D

Black with #DCD12D

Text Example


Text Example

White with #DCD12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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