Html Css Color HEX #D2D163 Goldenrod

📋 copy color: '#D2D163'

red 210 ◦ green 209 ◦ blue 99

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

Shades of Goldenrod #D2D163

Tints of Goldenrod #D2D163

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.35%

 BLUE value IS 99 (39.06% from 255) = 19.11%

R = 40.54%
G = 40.35%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D2D163 (or 0xD2D163) is known color: Goldenrod. HEX triplet: D2, D1 and 63. RGB value is (210,209,99). Sum of RGB (Red+Green+Blue) = 210+209+99=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D163 is #2D2E9C. Grayscale: #C5C5C5. Windows color (decimal): -2961053 or 6541778. OLE color: 6541778.

HSL color Cylindrical-coordinate representation of color #D2D163: hue angle of 59.46º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2D163 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 209 99 -
CMYK 0 0.00 0.53 0.18
HSL 59.46º 0.55% 0.61% -
HSV(B) 59.46º 0.53% 0.82% -
XYZ 51.63 60.2 20.7 -
YUV 196.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 210 209 99 0 0.00 0.53 0.18 59.46 0.55 0.61
Hex D2 D1 63 0 0 35 12 3B 37 3D
Octal 322 321 143 0 0 65 22 73 67 75
Binary 11010010 11010001 1100011 0 0 110101 10010 111011 110111 111101

Color Harmonies of #D2D163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D163

Black with #D2D163

Text Example


Text Example

White with #D2D163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D163; }

 p { color: rgb(210,209,99); }

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

background-color css

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

 a { background-color: rgb(210,209,99); }

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

border-color css

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

 span { border-color: rgb(210,209,99); }

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