Html Css Color HEX #D0CF66 Goldenrod

📋 copy color: '#D0CF66'

red 208 ◦ green 207 ◦ blue 102

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

Shades of Goldenrod #D0CF66

Tints of Goldenrod #D0CF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.04%

 BLUE value IS 102 (40.23% from 255) = 19.73%

R = 40.23%
G = 40.04%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D0CF66 (or 0xD0CF66) is known color: Goldenrod. HEX triplet: D0, CF and 66. RGB value is (208,207,102). Sum of RGB (Red+Green+Blue) = 208+207+102=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF66 is #2F3099. Grayscale: #C3C3C3. Windows color (decimal): -3092634 or 6737872. OLE color: 6737872.

HSL color Cylindrical-coordinate representation of color #D0CF66: hue angle of 59.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0CF66 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 207 102 -
CMYK 0 0.00 0.51 0.18
HSL 59.43º 0.53% 0.61% -
HSV(B) 59.43º 0.51% 0.82% -
XYZ 50.72 58.99 21.28 -
YUV 195.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 208 207 102 0 0.00 0.51 0.18 59.43 0.53 0.61
Hex D0 CF 66 0 0 33 12 3B 35 3D
Octal 320 317 146 0 0 63 22 73 65 75
Binary 11010000 11001111 1100110 0 0 110011 10010 111011 110101 111101

Color Harmonies of #D0CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF66

Black with #D0CF66

Text Example


Text Example

White with #D0CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF66; }

 p { color: rgb(208,207,102); }

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

background-color css

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

 a { background-color: rgb(208,207,102); }

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

border-color css

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

 span { border-color: rgb(208,207,102); }

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