Html Css Color HEX #D2DC6F Goldenrod

📋 copy color: '#D2DC6F'

red 210 ◦ green 220 ◦ blue 111

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

Shades of Goldenrod #D2DC6F

Tints of Goldenrod #D2DC6F

RGB

 RED value IS 210 (82.42% from 255) = 38.82%

 GREEN value IS 220 (86.33% from 255) = 40.67%

 BLUE value IS 111 (43.75% from 255) = 20.52%

R = 38.82%
G = 40.67%
B = 20.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#D2DC6F (or 0xD2DC6F) is known color: Goldenrod. HEX triplet: D2, DC and 6F. RGB value is (210,220,111). Sum of RGB (Red+Green+Blue) = 210+220+111=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC6F is #2D2390. Grayscale: #CDCDCD. Windows color (decimal): -2958225 or 7331026. OLE color: 7331026.

HSL color Cylindrical-coordinate representation of color #D2DC6F: hue angle of 65.5º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2DC6F is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 111 -
CMYK 0.05 0 0.50 0.14
HSL 65.5º 0.61% 0.65% -
HSV(B) 65.5º 0.5% 0.86% -
XYZ 55.04 66.04 24.88 -
YUV 204.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 210 220 111 0.05 0 0.50 0.14 65.5 0.61 0.65
Hex D2 DC 6F 5 0 32 E 42 3D 41
Octal 322 334 157 5 0 62 16 102 75 101
Binary 11010010 11011100 1101111 101 0 110010 1110 1000010 111101 1000001

Color Harmonies of #D2DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC6F

Black with #D2DC6F

Text Example


Text Example

White with #D2DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC6F; }

 p { color: rgb(210,220,111); }

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

background-color css

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

 a { background-color: rgb(210,220,111); }

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

border-color css

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

 span { border-color: rgb(210,220,111); }

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