Html Css Color HEX #D8D268 Goldenrod

📋 copy color: '#D8D268'

red 216 ◦ green 210 ◦ blue 104

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

Shades of Goldenrod #D8D268

Tints of Goldenrod #D8D268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.62%

R = 40.75%
G = 39.62%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8D268 (or 0xD8D268) is known color: Goldenrod. HEX triplet: D8, D2 and 68. RGB value is (216,210,104). Sum of RGB (Red+Green+Blue) = 216+210+104=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D268 is #272D97. Grayscale: #C8C8C8. Windows color (decimal): -2567576 or 6869720. OLE color: 6869720.

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

Color convert

RGB 216 210 104 -
CMYK 0 0.03 0.52 0.15
HSL 56.79º 0.59% 0.63% -
HSV(B) 56.79º 0.52% 0.85% -
XYZ 53.86 61.69 22.17 -
YUV 199.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 216 210 104 0 0.03 0.52 0.15 56.79 0.59 0.63
Hex D8 D2 68 0 3 34 F 39 3B 3F
Octal 330 322 150 0 3 64 17 71 73 77
Binary 11011000 11010010 1101000 0 11 110100 1111 111001 111011 111111

Color Harmonies of #D8D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D268

Black with #D8D268

Text Example


Text Example

White with #D8D268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D268; }

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

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

background-color css

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

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

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

border-color css

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

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

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