Html Css Color HEX #D8D67A Goldenrod

📋 copy color: '#D8D67A'

red 216 ◦ green 214 ◦ blue 122

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

Shades of Goldenrod #D8D67A

Tints of Goldenrod #D8D67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.1%

R = 39.13%
G = 38.77%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8D67A (or 0xD8D67A) is known color: Goldenrod. HEX triplet: D8, D6 and 7A. RGB value is (216,214,122). Sum of RGB (Red+Green+Blue) = 216+214+122=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D67A is #272985. Grayscale: #CCCCCC. Windows color (decimal): -2566534 or 8050392. OLE color: 8050392.

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

Color convert

RGB 216 214 122 -
CMYK 0 0.01 0.44 0.15
HSL 58.72º 0.55% 0.66% -
HSV(B) 58.72º 0.44% 0.85% -
XYZ 55.88 64.1 27.84 -
YUV 204.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 216 214 122 0 0.01 0.44 0.15 58.72 0.55 0.66
Hex D8 D6 7A 0 1 2C F 3B 37 42
Octal 330 326 172 0 1 54 17 73 67 102
Binary 11011000 11010110 1111010 0 1 101100 1111 111011 110111 1000010

Color Harmonies of #D8D67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D67A

Black with #D8D67A

Text Example


Text Example

White with #D8D67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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