#d3cf6b

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

Shades of Goldenrod #D3CF6B

Tints of Goldenrod #D3CF6B

Color information

#D3CF6B (or 0xD3CF6B) is unknown color: approx Goldenrod. HEX triplet: D3, CF and 6B. RGB value is (211,207,107). Sum of RGB (Red+Green+Blue) = 211+207+107=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF6B is #2C3094. Grayscale: #C5C5C5. Windows color (decimal): -2896021 or 7065555. OLE color: 7065555.

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

Color convert

RGB211207107-
CMYK00.020.490.17
HSL57.69º54.17%62.35%-
HSV(B)57.69º49.29%82.75%-
XYZ51.8359.5422.67-
YUV196.877.33138.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 107 (42.19% from 255) = 20.38%
R=40.19%
G=39.43%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120710700.020.490.1757.6954.1762.35
HexD3CF6B0231113a363e
Octal323317153026121726676
Binary1101001111001111110101101011000110001111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3cf6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3cf6b; }

 p { color: rgb(211,207,107); }

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

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

 a { background-color: rgb(211,207,107); }

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

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

 span { border-color: rgb(211,207,107); }

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