Html Css Color HEX #D0D360 Goldenrod

📋 copy color: '#D0D360'

red 208 ◦ green 211 ◦ blue 96

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

Shades of Goldenrod #D0D360

Tints of Goldenrod #D0D360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.97%

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

R = 40.39%
G = 40.97%
B = 18.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D0D360 (or 0xD0D360) is known color: Goldenrod. HEX triplet: D0, D3 and 60. RGB value is (208,211,96). Sum of RGB (Red+Green+Blue) = 208+211+96=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D360 is #2F2C9F. Grayscale: #C5C5C5. Windows color (decimal): -3091616 or 6345680. OLE color: 6345680.

HSL color Cylindrical-coordinate representation of color #D0D360: hue angle of 61.57º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0D360 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 211 96 -
CMYK 0.01 0 0.55 0.17
HSL 61.57º 0.57% 0.6% -
HSV(B) 61.57º 0.55% 0.83% -
XYZ 51.42 60.84 20.1 -
YUV 196.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 208 211 96 0.01 0 0.55 0.17 61.57 0.57 0.6
Hex D0 D3 60 1 0 37 11 3E 39 3C
Octal 320 323 140 1 0 67 21 76 71 74
Binary 11010000 11010011 1100000 1 0 110111 10001 111110 111001 111100

Color Harmonies of #D0D360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D360

Black with #D0D360

Text Example


Text Example

White with #D0D360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D360; }

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

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

background-color css

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

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

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

border-color css

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

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

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