Html Css Color HEX #D8D67D Goldenrod

📋 copy color: '#D8D67D'

red 216 ◦ green 214 ◦ blue 125

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

Shades of Goldenrod #D8D67D

Tints of Goldenrod #D8D67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.52%

R = 38.92%
G = 38.56%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8D67D (or 0xD8D67D) is known color: Goldenrod. HEX triplet: D8, D6 and 7D. RGB value is (216,214,125). Sum of RGB (Red+Green+Blue) = 216+214+125=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D67D is #272982. Grayscale: #CCCCCC. Windows color (decimal): -2566531 or 8247000. OLE color: 8247000.

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

Color convert

RGB 216 214 125 -
CMYK 0 0.01 0.42 0.15
HSL 58.68º 0.54% 0.67% -
HSV(B) 58.68º 0.42% 0.85% -
XYZ 56.07 64.17 28.83 -
YUV 204.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 216 214 125 0 0.01 0.42 0.15 58.68 0.54 0.67
Hex D8 D6 7D 0 1 2A F 3B 36 43
Octal 330 326 175 0 1 52 17 73 66 103
Binary 11011000 11010110 1111101 0 1 101010 1111 111011 110110 1000011

Color Harmonies of #D8D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D67D

Black with #D8D67D

Text Example


Text Example

White with #D8D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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