Html Css Color HEX #D0DB60 Goldenrod

📋 copy color: '#D0DB60'

red 208 ◦ green 219 ◦ blue 96

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

Shades of Goldenrod #D0DB60

Tints of Goldenrod #D0DB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.87%

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

R = 39.77%
G = 41.87%
B = 18.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D0DB60 (or 0xD0DB60) is known color: Goldenrod. HEX triplet: D0, DB and 60. RGB value is (208,219,96). Sum of RGB (Red+Green+Blue) = 208+219+96=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB60 is #2F249F. Grayscale: #CACACA. Windows color (decimal): -3089568 or 6347728. OLE color: 6347728.

HSL color Cylindrical-coordinate representation of color #D0DB60: hue angle of 65.37º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0DB60 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 96 -
CMYK 0.05 0 0.56 0.14
HSL 65.37º 0.63% 0.62% -
HSV(B) 65.37º 0.56% 0.86% -
XYZ 53.46 64.92 20.78 -
YUV 201.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 208 219 96 0.05 0 0.56 0.14 65.37 0.63 0.62
Hex D0 DB 60 5 0 38 E 41 3F 3E
Octal 320 333 140 5 0 70 16 101 77 76
Binary 11010000 11011011 1100000 101 0 111000 1110 1000001 111111 111110

Color Harmonies of #D0DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB60

Black with #D0DB60

Text Example


Text Example

White with #D0DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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