Html Css Color HEX #D0D960 Goldenrod

📋 copy color: '#D0D960'

red 208 ◦ green 217 ◦ blue 96

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

Shades of Goldenrod #D0D960

Tints of Goldenrod #D0D960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.43%

R = 39.92%
G = 41.65%
B = 18.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D0D960 (or 0xD0D960) is known color: Goldenrod. HEX triplet: D0, D9 and 60. RGB value is (208,217,96). Sum of RGB (Red+Green+Blue) = 208+217+96=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D960 is #2F269F. Grayscale: #C8C8C8. Windows color (decimal): -3090080 or 6347216. OLE color: 6347216.

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

Color convert

RGB 208 217 96 -
CMYK 0.04 0 0.56 0.15
HSL 64.46º 0.61% 0.61% -
HSV(B) 64.46º 0.56% 0.85% -
XYZ 52.94 63.88 20.61 -
YUV 200.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 208 217 96 0.04 0 0.56 0.15 64.46 0.61 0.61
Hex D0 D9 60 4 0 38 F 40 3D 3D
Octal 320 331 140 4 0 70 17 100 75 75
Binary 11010000 11011001 1100000 100 0 111000 1111 1000000 111101 111101

Color Harmonies of #D0D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D960

Black with #D0D960

Text Example


Text Example

White with #D0D960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D960; }

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

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

background-color css

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

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

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

border-color css

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

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

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