Html Css Color HEX #D8D26D Goldenrod

📋 copy color: '#D8D26D'

red 216 ◦ green 210 ◦ blue 109

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

Shades of Goldenrod #D8D26D

Tints of Goldenrod #D8D26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.37%

R = 40.37%
G = 39.25%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8D26D (or 0xD8D26D) is known color: Goldenrod. HEX triplet: D8, D2 and 6D. RGB value is (216,210,109). Sum of RGB (Red+Green+Blue) = 216+210+109=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D26D is #272D92. Grayscale: #C8C8C8. Windows color (decimal): -2567571 or 7197400. OLE color: 7197400.

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

Color convert

RGB 216 210 109 -
CMYK 0 0.03 0.50 0.15
HSL 56.64º 0.58% 0.64% -
HSV(B) 56.64º 0.5% 0.85% -
XYZ 54.13 61.8 23.54 -
YUV 200.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 216 210 109 0 0.03 0.50 0.15 56.64 0.58 0.64
Hex D8 D2 6D 0 3 32 F 39 3A 40
Octal 330 322 155 0 3 62 17 71 72 100
Binary 11011000 11010010 1101101 0 11 110010 1111 111001 111010 1000000

Color Harmonies of #D8D26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D26D

Black with #D8D26D

Text Example


Text Example

White with #D8D26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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