#D6CF67

Color #D6CF67 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D6CF67

Tints of Goldenrod #D6CF67

Color information

#D6CF67 (or 0xD6CF67) is unknown color: approx Goldenrod. HEX triplet: D6, CF and 67. RGB value is (214,207,103). Sum of RGB (Red+Green+Blue) = 214+207+103=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF67 is #293098. Grayscale: #C5C5C5. Windows color (decimal): -2699417 or 6803414. OLE color: 6803414.

HSL color Cylindrical-coordinate representation of color #D6CF67: hue angle of 56.22º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6CF67 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214207103-
CMYK00.030.520.16
HSL56.22º57.51%62.16%-
HSV(B)56.22º51.87%83.92%-
XYZ52.4959.921.63-
YUV197.2474.82139.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 103 (40.62% from 255) = 19.66%
R=40.84%
G=39.50%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420710300.030.520.1656.2257.5162.16
HexD6CF67033410383a3e
Octal326317147036420707276
Binary1101011011001111110011101111010010000111000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CF67; }

 p { color: rgb(214,207,103); }

 H1.HeaderClassName
 {
   color: #D6CF67;
 }
 .AnyTagClassName
 {
   color: #D6CF67;
 }
</style>
background-color css

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

 a { background-color: rgb(214,207,103); }

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

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

 span { border-color: rgb(214,207,103); }

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