Html Css Color HEX #D8D67C Goldenrod

📋 copy color: '#D8D67C'

red 216 ◦ green 214 ◦ blue 124

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

Shades of Goldenrod #D8D67C

Tints of Goldenrod #D8D67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.63%

 BLUE value IS 124 (48.83% from 255) = 22.38%

R = 38.99%
G = 38.63%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8D67C (or 0xD8D67C) is known color: Goldenrod. HEX triplet: D8, D6 and 7C. RGB value is (216,214,124). Sum of RGB (Red+Green+Blue) = 216+214+124=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D67C is #272983. Grayscale: #CCCCCC. Windows color (decimal): -2566532 or 8181464. OLE color: 8181464.

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

Color convert

RGB 216 214 124 -
CMYK 0 0.01 0.43 0.15
HSL 58.7º 0.54% 0.67% -
HSV(B) 58.7º 0.43% 0.85% -
XYZ 56 64.15 28.5 -
YUV 204.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 216 214 124 0 0.01 0.43 0.15 58.7 0.54 0.67
Hex D8 D6 7C 0 1 2B F 3B 36 43
Octal 330 326 174 0 1 53 17 73 66 103
Binary 11011000 11010110 1111100 0 1 101011 1111 111011 110110 1000011

Color Harmonies of #D8D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D67C

Black with #D8D67C

Text Example


Text Example

White with #D8D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D67C; }

 p { color: rgb(216,214,124); }

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

background-color css

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

 a { background-color: rgb(216,214,124); }

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

border-color css

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

 span { border-color: rgb(216,214,124); }

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