Html Css Color HEX #D8CD64 Goldenrod

📋 copy color: '#D8CD64'

red 216 ◦ green 205 ◦ blue 100

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

Shades of Goldenrod #D8CD64

Tints of Goldenrod #D8CD64

RGB

 RED value IS 216 (84.77% from 255) = 41.46%

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

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

R = 41.46%
G = 39.35%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8CD64 (or 0xD8CD64) is known color: Goldenrod. HEX triplet: D8, CD and 64. RGB value is (216,205,100). Sum of RGB (Red+Green+Blue) = 216+205+100=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD64 is #27329B. Grayscale: #C4C4C4. Windows color (decimal): -2568860 or 6606296. OLE color: 6606296.

HSL color Cylindrical-coordinate representation of color #D8CD64: hue angle of 54.31º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8CD64 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 205 100 -
CMYK 0 0.05 0.54 0.15
HSL 54.31º 0.6% 0.62% -
HSV(B) 54.31º 0.54% 0.85% -
XYZ 52.45 59.18 20.72 -
YUV 196.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 216 205 100 0 0.05 0.54 0.15 54.31 0.6 0.62
Hex D8 CD 64 0 5 36 F 36 3C 3E
Octal 330 315 144 0 5 66 17 66 74 76
Binary 11011000 11001101 1100100 0 101 110110 1111 110110 111100 111110

Color Harmonies of #D8CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD64

Black with #D8CD64

Text Example


Text Example

White with #D8CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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