Html Css Color HEX #D8D068 Goldenrod

📋 copy color: '#D8D068'

red 216 ◦ green 208 ◦ blue 104

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

Shades of Goldenrod #D8D068

Tints of Goldenrod #D8D068

RGB

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

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

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

R = 40.91%
G = 39.39%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8D068 (or 0xD8D068) is known color: Goldenrod. HEX triplet: D8, D0 and 68. RGB value is (216,208,104). Sum of RGB (Red+Green+Blue) = 216+208+104=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D068 is #272F97. Grayscale: #C6C6C6. Windows color (decimal): -2568088 or 6869208. OLE color: 6869208.

HSL color Cylindrical-coordinate representation of color #D8D068: hue angle of 55.71º 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 #D8D068 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 104 -
CMYK 0 0.04 0.52 0.15
HSL 55.71º 0.59% 0.63% -
HSV(B) 55.71º 0.52% 0.85% -
XYZ 53.37 60.71 22 -
YUV 198.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 216 208 104 0 0.04 0.52 0.15 55.71 0.59 0.63
Hex D8 D0 68 0 4 34 F 38 3B 3F
Octal 330 320 150 0 4 64 17 70 73 77
Binary 11011000 11010000 1101000 0 100 110100 1111 111000 111011 111111

Color Harmonies of #D8D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D068

Black with #D8D068

Text Example


Text Example

White with #D8D068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D068; }

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

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

background-color css

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

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

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

border-color css

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

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

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