Html Css Color HEX #D6CF73 Goldenrod

📋 copy color: '#D6CF73'

red 214 ◦ green 207 ◦ blue 115

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

Shades of Goldenrod #D6CF73

Tints of Goldenrod #D6CF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.46%

R = 39.93%
G = 38.62%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6CF73 (or 0xD6CF73) is known color: Goldenrod. HEX triplet: D6, CF and 73. RGB value is (214,207,115). Sum of RGB (Red+Green+Blue) = 214+207+115=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF73 is #29308C. Grayscale: #C6C6C6. Windows color (decimal): -2699405 or 7589846. OLE color: 7589846.

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

Color convert

RGB 214 207 115 -
CMYK 0 0.03 0.46 0.16
HSL 55.76º 0.55% 0.65% -
HSV(B) 55.76º 0.46% 0.84% -
XYZ 53.14 60.16 25.03 -
YUV 198.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 214 207 115 0 0.03 0.46 0.16 55.76 0.55 0.65
Hex D6 CF 73 0 3 2E 10 38 37 41
Octal 326 317 163 0 3 56 20 70 67 101
Binary 11010110 11001111 1110011 0 11 101110 10000 111000 110111 1000001

Color Harmonies of #D6CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF73

Black with #D6CF73

Text Example


Text Example

White with #D6CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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