Html Css Color HEX #D8D270 Goldenrod

📋 copy color: '#D8D270'

red 216 ◦ green 210 ◦ blue 112

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

Shades of Goldenrod #D8D270

Tints of Goldenrod #D8D270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.03%

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 40.15%
G = 39.03%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8D270 (or 0xD8D270) is known color: Goldenrod. HEX triplet: D8, D2 and 70. RGB value is (216,210,112). Sum of RGB (Red+Green+Blue) = 216+210+112=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D270 is #272D8F. Grayscale: #C9C9C9. Windows color (decimal): -2567568 or 7394008. OLE color: 7394008.

HSL color Cylindrical-coordinate representation of color #D8D270: hue angle of 56.54º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8D270 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 210 112 -
CMYK 0 0.03 0.48 0.15
HSL 56.54º 0.57% 0.64% -
HSV(B) 56.54º 0.48% 0.85% -
XYZ 54.29 61.86 24.41 -
YUV 200.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 216 210 112 0 0.03 0.48 0.15 56.54 0.57 0.64
Hex D8 D2 70 0 3 30 F 39 39 40
Octal 330 322 160 0 3 60 17 71 71 100
Binary 11011000 11010010 1110000 0 11 110000 1111 111001 111001 1000000

Color Harmonies of #D8D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D270

Black with #D8D270

Text Example


Text Example

White with #D8D270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D270; }

 p { color: rgb(216,210,112); }

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

background-color css

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

 a { background-color: rgb(216,210,112); }

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

border-color css

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

 span { border-color: rgb(216,210,112); }

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