Html Css Color HEX #D8D67B Goldenrod

📋 copy color: '#D8D67B'

red 216 ◦ green 214 ◦ blue 123

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

Shades of Goldenrod #D8D67B

Tints of Goldenrod #D8D67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.24%

R = 39.06%
G = 38.7%
B = 22.24%

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

#D8D67B (or 0xD8D67B) is known color: Goldenrod. HEX triplet: D8, D6 and 7B. RGB value is (216,214,123). Sum of RGB (Red+Green+Blue) = 216+214+123=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D67B is #272984. Grayscale: #CCCCCC. Windows color (decimal): -2566533 or 8115928. OLE color: 8115928.

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

Color convert

RGB 216 214 123 -
CMYK 0 0.01 0.43 0.15
HSL 58.71º 0.54% 0.66% -
HSV(B) 58.71º 0.43% 0.85% -
XYZ 55.94 64.12 28.17 -
YUV 204.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 216 214 123 0 0.01 0.43 0.15 58.71 0.54 0.66
Hex D8 D6 7B 0 1 2B F 3B 36 42
Octal 330 326 173 0 1 53 17 73 66 102
Binary 11011000 11010110 1111011 0 1 101011 1111 111011 110110 1000010

Color Harmonies of #D8D67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D67B

Black with #D8D67B

Text Example


Text Example

White with #D8D67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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