Html Css Color HEX #D0D96F Goldenrod

📋 copy color: '#D0D96F'

red 208 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #D0D96F

Tints of Goldenrod #D0D96F

RGB

 RED value IS 208 (81.64% from 255) = 38.81%

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 111 (43.75% from 255) = 20.71%

R = 38.81%
G = 40.49%
B = 20.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D0D96F (or 0xD0D96F) is known color: Goldenrod. HEX triplet: D0, D9 and 6F. RGB value is (208,217,111). Sum of RGB (Red+Green+Blue) = 208+217+111=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D96F is #2F2690. Grayscale: #CACACA. Windows color (decimal): -3090065 or 7330256. OLE color: 7330256.

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

Color convert

RGB 208 217 111 -
CMYK 0.04 0 0.49 0.15
HSL 65.09º 0.58% 0.64% -
HSV(B) 65.09º 0.49% 0.85% -
XYZ 53.69 64.18 24.6 -
YUV 202.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 208 217 111 0.04 0 0.49 0.15 65.09 0.58 0.64
Hex D0 D9 6F 4 0 31 F 41 3A 40
Octal 320 331 157 4 0 61 17 101 72 100
Binary 11010000 11011001 1101111 100 0 110001 1111 1000001 111010 1000000

Color Harmonies of #D0D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D96F

Black with #D0D96F

Text Example


Text Example

White with #D0D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D96F; }

 p { color: rgb(208,217,111); }

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

background-color css

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

 a { background-color: rgb(208,217,111); }

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

border-color css

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

 span { border-color: rgb(208,217,111); }

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