Html Css Color HEX #D2DC6C Goldenrod

📋 copy color: '#D2DC6C'

red 210 ◦ green 220 ◦ blue 108

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

Shades of Goldenrod #D2DC6C

Tints of Goldenrod #D2DC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 39.03%
G = 40.89%
B = 20.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#D2DC6C (or 0xD2DC6C) is known color: Goldenrod. HEX triplet: D2, DC and 6C. RGB value is (210,220,108). Sum of RGB (Red+Green+Blue) = 210+220+108=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC6C is #2D2393. Grayscale: #CCCCCC. Windows color (decimal): -2958228 or 7134418. OLE color: 7134418.

HSL color Cylindrical-coordinate representation of color #D2DC6C: hue angle of 65.36º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2DC6C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 108 -
CMYK 0.05 0 0.51 0.14
HSL 65.36º 0.62% 0.64% -
HSV(B) 65.36º 0.51% 0.86% -
XYZ 54.88 65.97 24.03 -
YUV 204.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 210 220 108 0.05 0 0.51 0.14 65.36 0.62 0.64
Hex D2 DC 6C 5 0 33 E 41 3E 40
Octal 322 334 154 5 0 63 16 101 76 100
Binary 11010010 11011100 1101100 101 0 110011 1110 1000001 111110 1000000

Color Harmonies of #D2DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC6C

Black with #D2DC6C

Text Example


Text Example

White with #D2DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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