Html Css Color HEX #D6CF6C Goldenrod

📋 copy color: '#D6CF6C'

red 214 ◦ green 207 ◦ blue 108

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

Shades of Goldenrod #D6CF6C

Tints of Goldenrod #D6CF6C

RGB

 RED value IS 214 (83.98% from 255) = 40.45%

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 40.45%
G = 39.13%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6CF6C (or 0xD6CF6C) is known color: Goldenrod. HEX triplet: D6, CF and 6C. RGB value is (214,207,108). Sum of RGB (Red+Green+Blue) = 214+207+108=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF6C is #293093. Grayscale: #C6C6C6. Windows color (decimal): -2699412 or 7131094. OLE color: 7131094.

HSL color Cylindrical-coordinate representation of color #D6CF6C: hue angle of 56.04º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6CF6C is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 108 -
CMYK 0 0.03 0.50 0.16
HSL 56.04º 0.56% 0.63% -
HSV(B) 56.04º 0.5% 0.84% -
XYZ 52.75 60 22.99 -
YUV 197.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 214 207 108 0 0.03 0.50 0.16 56.04 0.56 0.63
Hex D6 CF 6C 0 3 32 10 38 38 3F
Octal 326 317 154 0 3 62 20 70 70 77
Binary 11010110 11001111 1101100 0 11 110010 10000 111000 111000 111111

Color Harmonies of #D6CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF6C

Black with #D6CF6C

Text Example


Text Example

White with #D6CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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