Html Css Color HEX #D5CF6D Goldenrod

📋 copy color: '#D5CF6D'

red 213 ◦ green 207 ◦ blue 109

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

Shades of Goldenrod #D5CF6D

Tints of Goldenrod #D5CF6D

RGB

 RED value IS 213 (83.59% from 255) = 40.26%

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

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 40.26%
G = 39.13%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5CF6D (or 0xD5CF6D) is known color: Goldenrod. HEX triplet: D5, CF and 6D. RGB value is (213,207,109). Sum of RGB (Red+Green+Blue) = 213+207+109=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF6D is #2A3092. Grayscale: #C6C6C6. Windows color (decimal): -2764947 or 7196629. OLE color: 7196629.

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

Color convert

RGB 213 207 109 -
CMYK 0 0.03 0.49 0.16
HSL 56.54º 0.55% 0.63% -
HSV(B) 56.54º 0.49% 0.84% -
XYZ 52.51 59.88 23.26 -
YUV 197.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 213 207 109 0 0.03 0.49 0.16 56.54 0.55 0.63
Hex D5 CF 6D 0 3 31 10 39 37 3F
Octal 325 317 155 0 3 61 20 71 67 77
Binary 11010101 11001111 1101101 0 11 110001 10000 111001 110111 111111

Color Harmonies of #D5CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF6D

Black with #D5CF6D

Text Example


Text Example

White with #D5CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF6D; }

 p { color: rgb(213,207,109); }

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

background-color css

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

 a { background-color: rgb(213,207,109); }

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

border-color css

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

 span { border-color: rgb(213,207,109); }

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