Html Css Color HEX #D2D061 Goldenrod

📋 copy color: '#D2D061'

red 210 ◦ green 208 ◦ blue 97

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

Shades of Goldenrod #D2D061

Tints of Goldenrod #D2D061

RGB

 RED value IS 210 (82.42% from 255) = 40.78%

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

 BLUE value IS 97 (38.28% from 255) = 18.83%

R = 40.78%
G = 40.39%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D2D061 (or 0xD2D061) is known color: Goldenrod. HEX triplet: D2, D0 and 61. RGB value is (210,208,97). Sum of RGB (Red+Green+Blue) = 210+208+97=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D061 is #2D2F9E. Grayscale: #C4C4C4. Windows color (decimal): -2961311 or 6410450. OLE color: 6410450.

HSL color Cylindrical-coordinate representation of color #D2D061: hue angle of 58.94º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2D061 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 208 97 -
CMYK 0 0.01 0.54 0.18
HSL 58.94º 0.56% 0.6% -
HSV(B) 58.94º 0.54% 0.82% -
XYZ 51.29 59.68 20.12 -
YUV 195.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 210 208 97 0 0.01 0.54 0.18 58.94 0.56 0.6
Hex D2 D0 61 0 1 36 12 3B 38 3C
Octal 322 320 141 0 1 66 22 73 70 74
Binary 11010010 11010000 1100001 0 1 110110 10010 111011 111000 111100

Color Harmonies of #D2D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D061

Black with #D2D061

Text Example


Text Example

White with #D2D061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D061; }

 p { color: rgb(210,208,97); }

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

background-color css

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

 a { background-color: rgb(210,208,97); }

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

border-color css

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

 span { border-color: rgb(210,208,97); }

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