Html Css Color HEX #D0D96D Goldenrod

📋 copy color: '#D0D96D'

red 208 ◦ green 217 ◦ blue 109

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

Shades of Goldenrod #D0D96D

Tints of Goldenrod #D0D96D

RGB

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

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

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

R = 38.95%
G = 40.64%
B = 20.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D0D96D (or 0xD0D96D) is known color: Goldenrod. HEX triplet: D0, D9 and 6D. RGB value is (208,217,109). Sum of RGB (Red+Green+Blue) = 208+217+109=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D96D is #2F2692. Grayscale: #CACACA. Windows color (decimal): -3090067 or 7199184. OLE color: 7199184.

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

Color convert

RGB 208 217 109 -
CMYK 0.04 0 0.50 0.15
HSL 65º 0.59% 0.64% -
HSV(B) 65º 0.5% 0.85% -
XYZ 53.59 64.14 24.02 -
YUV 202 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 208 217 109 0.04 0 0.50 0.15 65 0.59 0.64
Hex D0 D9 6D 4 0 32 F 41 3B 40
Octal 320 331 155 4 0 62 17 101 73 100
Binary 11010000 11011001 1101101 100 0 110010 1111 1000001 111011 1000000

Color Harmonies of #D0D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D96D

Black with #D0D96D

Text Example


Text Example

White with #D0D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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