Html Css Color HEX #D0D962 Goldenrod

📋 copy color: '#D0D962'

red 208 ◦ green 217 ◦ blue 98

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

Shades of Goldenrod #D0D962

Tints of Goldenrod #D0D962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.74%

R = 39.77%
G = 41.49%
B = 18.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D0D962 (or 0xD0D962) is known color: Goldenrod. HEX triplet: D0, D9 and 62. RGB value is (208,217,98). Sum of RGB (Red+Green+Blue) = 208+217+98=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D962 is #2F269D. Grayscale: #C9C9C9. Windows color (decimal): -3090078 or 6478288. OLE color: 6478288.

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

Color convert

RGB 208 217 98 -
CMYK 0.04 0 0.55 0.15
HSL 64.54º 0.61% 0.62% -
HSV(B) 64.54º 0.55% 0.85% -
XYZ 53.03 63.92 21.1 -
YUV 200.74 70.02 133.18 -
System Red Green Blue C M Y K H S L
Decimal 208 217 98 0.04 0 0.55 0.15 64.54 0.61 0.62
Hex D0 D9 62 4 0 37 F 41 3D 3E
Octal 320 331 142 4 0 67 17 101 75 76
Binary 11010000 11011001 1100010 100 0 110111 1111 1000001 111101 111110

Color Harmonies of #D0D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D962

Black with #D0D962

Text Example


Text Example

White with #D0D962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D962; }

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

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

background-color css

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

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

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

border-color css

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

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

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