Html Css Color HEX #D6CD64 Goldenrod

📋 copy color: '#D6CD64'

red 214 ◦ green 205 ◦ blue 100

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

Shades of Goldenrod #D6CD64

Tints of Goldenrod #D6CD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 41.23%
G = 39.5%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6CD64 (or 0xD6CD64) is known color: Goldenrod. HEX triplet: D6, CD and 64. RGB value is (214,205,100). Sum of RGB (Red+Green+Blue) = 214+205+100=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD64 is #29329B. Grayscale: #C4C4C4. Windows color (decimal): -2699932 or 6606294. OLE color: 6606294.

HSL color Cylindrical-coordinate representation of color #D6CD64: hue angle of 55.26º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6CD64 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 100 -
CMYK 0 0.04 0.53 0.16
HSL 55.26º 0.58% 0.62% -
HSV(B) 55.26º 0.53% 0.84% -
XYZ 51.86 58.88 20.69 -
YUV 195.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 214 205 100 0 0.04 0.53 0.16 55.26 0.58 0.62
Hex D6 CD 64 0 4 35 10 37 3A 3E
Octal 326 315 144 0 4 65 20 67 72 76
Binary 11010110 11001101 1100100 0 100 110101 10000 110111 111010 111110

Color Harmonies of #D6CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD64

Black with #D6CD64

Text Example


Text Example

White with #D6CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD64; }

 p { color: rgb(214,205,100); }

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

background-color css

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

 a { background-color: rgb(214,205,100); }

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

border-color css

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

 span { border-color: rgb(214,205,100); }

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