Html Css Color HEX #D8CD62 Goldenrod

📋 copy color: '#D8CD62'

red 216 ◦ green 205 ◦ blue 98

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

Shades of Goldenrod #D8CD62

Tints of Goldenrod #D8CD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.88%

R = 41.62%
G = 39.5%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8CD62 (or 0xD8CD62) is known color: Goldenrod. HEX triplet: D8, CD and 62. RGB value is (216,205,98). Sum of RGB (Red+Green+Blue) = 216+205+98=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD62 is #27329D. Grayscale: #C4C4C4. Windows color (decimal): -2568862 or 6475224. OLE color: 6475224.

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

Color convert

RGB 216 205 98 -
CMYK 0 0.05 0.55 0.15
HSL 54.41º 0.6% 0.62% -
HSV(B) 54.41º 0.55% 0.85% -
XYZ 52.35 59.14 20.21 -
YUV 196.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 216 205 98 0 0.05 0.55 0.15 54.41 0.6 0.62
Hex D8 CD 62 0 5 37 F 36 3C 3E
Octal 330 315 142 0 5 67 17 66 74 76
Binary 11011000 11001101 1100010 0 101 110111 1111 110110 111100 111110

Color Harmonies of #D8CD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD62

Black with #D8CD62

Text Example


Text Example

White with #D8CD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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