Html Css Color HEX #D8D069 Goldenrod

📋 copy color: '#D8D069'

red 216 ◦ green 208 ◦ blue 105

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

Shades of Goldenrod #D8D069

Tints of Goldenrod #D8D069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

 BLUE value IS 105 (41.41% from 255) = 19.85%

R = 40.83%
G = 39.32%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8D069 (or 0xD8D069) is known color: Goldenrod. HEX triplet: D8, D0 and 69. RGB value is (216,208,105). Sum of RGB (Red+Green+Blue) = 216+208+105=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D069 is #272F96. Grayscale: #C7C7C7. Windows color (decimal): -2568087 or 6934744. OLE color: 6934744.

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

Color convert

RGB 216 208 105 -
CMYK 0 0.04 0.51 0.15
HSL 55.68º 0.59% 0.63% -
HSV(B) 55.68º 0.51% 0.85% -
XYZ 53.42 60.73 22.27 -
YUV 198.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 216 208 105 0 0.04 0.51 0.15 55.68 0.59 0.63
Hex D8 D0 69 0 4 33 F 38 3B 3F
Octal 330 320 151 0 4 63 17 70 73 77
Binary 11011000 11010000 1101001 0 100 110011 1111 111000 111011 111111

Color Harmonies of #D8D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D069

Black with #D8D069

Text Example


Text Example

White with #D8D069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D069; }

 p { color: rgb(216,208,105); }

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

background-color css

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

 a { background-color: rgb(216,208,105); }

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

border-color css

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

 span { border-color: rgb(216,208,105); }

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