Html Css Color HEX #D0D965 Goldenrod

📋 copy color: '#D0D965'

red 208 ◦ green 217 ◦ blue 101

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

Shades of Goldenrod #D0D965

Tints of Goldenrod #D0D965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.2%

R = 39.54%
G = 41.25%
B = 19.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D0D965 (or 0xD0D965) is known color: Goldenrod. HEX triplet: D0, D9 and 65. RGB value is (208,217,101). Sum of RGB (Red+Green+Blue) = 208+217+101=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D965 is #2F269A. Grayscale: #C9C9C9. Windows color (decimal): -3090075 or 6674896. OLE color: 6674896.

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

Color convert

RGB 208 217 101 -
CMYK 0.04 0 0.53 0.15
HSL 64.66º 0.6% 0.62% -
HSV(B) 64.66º 0.53% 0.85% -
XYZ 53.17 63.98 21.86 -
YUV 201.09 71.52 132.93 -
System Red Green Blue C M Y K H S L
Decimal 208 217 101 0.04 0 0.53 0.15 64.66 0.6 0.62
Hex D0 D9 65 4 0 35 F 41 3C 3E
Octal 320 331 145 4 0 65 17 101 74 76
Binary 11010000 11011001 1100101 100 0 110101 1111 1000001 111100 111110

Color Harmonies of #D0D965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D965

Black with #D0D965

Text Example


Text Example

White with #D0D965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D965; }

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

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

background-color css

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

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

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

border-color css

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

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

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