Html Css Color HEX #D0CC6A Goldenrod

📋 copy color: '#D0CC6A'

red 208 ◦ green 204 ◦ blue 106

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

Shades of Goldenrod #D0CC6A

Tints of Goldenrod #D0CC6A

RGB

 RED value IS 208 (81.64% from 255) = 40.15%

 GREEN value IS 204 (80.08% from 255) = 39.38%

 BLUE value IS 106 (41.8% from 255) = 20.46%

R = 40.15%
G = 39.38%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0CC6A (or 0xD0CC6A) is known color: Goldenrod. HEX triplet: D0, CC and 6A. RGB value is (208,204,106). Sum of RGB (Red+Green+Blue) = 208+204+106=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC6A is #2F3395. Grayscale: #C2C2C2. Windows color (decimal): -3093398 or 6999248. OLE color: 6999248.

HSL color Cylindrical-coordinate representation of color #D0CC6A: hue angle of 57.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0CC6A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 106 -
CMYK 0 0.02 0.49 0.18
HSL 57.65º 0.52% 0.62% -
HSV(B) 57.65º 0.49% 0.82% -
XYZ 50.21 57.64 22.11 -
YUV 194.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 208 204 106 0 0.02 0.49 0.18 57.65 0.52 0.62
Hex D0 CC 6A 0 2 31 12 3A 34 3E
Octal 320 314 152 0 2 61 22 72 64 76
Binary 11010000 11001100 1101010 0 10 110001 10010 111010 110100 111110

Color Harmonies of #D0CC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC6A

Black with #D0CC6A

Text Example


Text Example

White with #D0CC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC6A; }

 p { color: rgb(208,204,106); }

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

background-color css

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

 a { background-color: rgb(208,204,106); }

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

border-color css

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

 span { border-color: rgb(208,204,106); }

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