#D6CE67

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

Shades of Goldenrod #D6CE67

Tints of Goldenrod #D6CE67

Color information

#D6CE67 (or 0xD6CE67) is unknown color: approx Goldenrod. HEX triplet: D6, CE and 67. RGB value is (214,206,103). Sum of RGB (Red+Green+Blue) = 214+206+103=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE67 is #293198. Grayscale: #C5C5C5. Windows color (decimal): -2699673 or 6803158. OLE color: 6803158.

HSL color Cylindrical-coordinate representation of color #D6CE67: hue angle of 55.68º 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 #D6CE67 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214206103-
CMYK00.040.520.16
HSL55.68º57.51%62.16%-
HSV(B)55.68º51.87%83.92%-
XYZ52.2559.4221.55-
YUV196.6575.15140.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 103 (40.62% from 255) = 19.69%
R=40.92%
G=39.39%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420610300.040.520.1655.6857.5162.16
HexD6CE67043410383a3e
Octal326316147046420707276
Binary11010110110011101100111010011010010000111000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE67; }

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

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

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

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

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

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

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

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