Html Css Color HEX #D8D261 Goldenrod

📋 copy color: '#D8D261'

red 216 ◦ green 210 ◦ blue 97

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

Shades of Goldenrod #D8D261

Tints of Goldenrod #D8D261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.55%

R = 41.3%
G = 40.15%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8D261 (or 0xD8D261) is known color: Goldenrod. HEX triplet: D8, D2 and 61. RGB value is (216,210,97). Sum of RGB (Red+Green+Blue) = 216+210+97=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D261 is #272D9E. Grayscale: #C7C7C7. Windows color (decimal): -2567583 or 6410968. OLE color: 6410968.

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

Color convert

RGB 216 210 97 -
CMYK 0 0.03 0.55 0.15
HSL 56.97º 0.6% 0.61% -
HSV(B) 56.97º 0.55% 0.85% -
XYZ 53.52 61.56 20.37 -
YUV 198.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 216 210 97 0 0.03 0.55 0.15 56.97 0.6 0.61
Hex D8 D2 61 0 3 37 F 39 3C 3D
Octal 330 322 141 0 3 67 17 71 74 75
Binary 11011000 11010010 1100001 0 11 110111 1111 111001 111100 111101

Color Harmonies of #D8D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D261

Black with #D8D261

Text Example


Text Example

White with #D8D261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D261; }

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

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

background-color css

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

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

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

border-color css

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

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

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