Html Css Color HEX #D0CC69 Goldenrod

📋 copy color: '#D0CC69'

red 208 ◦ green 204 ◦ blue 105

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

Shades of Goldenrod #D0CC69

Tints of Goldenrod #D0CC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.31%

R = 40.23%
G = 39.46%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D0CC69 (or 0xD0CC69) is known color: Goldenrod. HEX triplet: D0, CC and 69. RGB value is (208,204,105). Sum of RGB (Red+Green+Blue) = 208+204+105=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC69 is #2F3396. Grayscale: #C2C2C2. Windows color (decimal): -3093399 or 6933712. OLE color: 6933712.

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

Color convert

RGB 208 204 105 -
CMYK 0 0.02 0.50 0.18
HSL 57.67º 0.52% 0.61% -
HSV(B) 57.67º 0.5% 0.82% -
XYZ 50.16 57.62 21.84 -
YUV 193.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 208 204 105 0 0.02 0.50 0.18 57.67 0.52 0.61
Hex D0 CC 69 0 2 32 12 3A 34 3D
Octal 320 314 151 0 2 62 22 72 64 75
Binary 11010000 11001100 1101001 0 10 110010 10010 111010 110100 111101

Color Harmonies of #D0CC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC69

Black with #D0CC69

Text Example


Text Example

White with #D0CC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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