Html Css Color HEX #D0D966 Goldenrod

📋 copy color: '#D0D966'

red 208 ◦ green 217 ◦ blue 102

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

Shades of Goldenrod #D0D966

Tints of Goldenrod #D0D966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.35%

R = 39.47%
G = 41.18%
B = 19.35%

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

#D0D966 (or 0xD0D966) is known color: Goldenrod. HEX triplet: D0, D9 and 66. RGB value is (208,217,102). Sum of RGB (Red+Green+Blue) = 208+217+102=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D966 is #2F2699. Grayscale: #C9C9C9. Windows color (decimal): -3090074 or 6740432. OLE color: 6740432.

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

Color convert

RGB 208 217 102 -
CMYK 0.04 0 0.53 0.15
HSL 64.7º 0.6% 0.63% -
HSV(B) 64.7º 0.53% 0.85% -
XYZ 53.22 63.99 22.12 -
YUV 201.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 208 217 102 0.04 0 0.53 0.15 64.7 0.6 0.63
Hex D0 D9 66 4 0 35 F 41 3C 3F
Octal 320 331 146 4 0 65 17 101 74 77
Binary 11010000 11011001 1100110 100 0 110101 1111 1000001 111100 111111

Color Harmonies of #D0D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D966

Black with #D0D966

Text Example


Text Example

White with #D0D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D966; }

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

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

background-color css

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

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

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

border-color css

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

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

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