Html Css Color HEX #D5D162 Goldenrod

📋 copy color: '#D5D162'

red 213 ◦ green 209 ◦ blue 98

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

Shades of Goldenrod #D5D162

Tints of Goldenrod #D5D162

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

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

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

R = 40.96%
G = 40.19%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5D162 (or 0xD5D162) is known color: Goldenrod. HEX triplet: D5, D1 and 62. RGB value is (213,209,98). Sum of RGB (Red+Green+Blue) = 213+209+98=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D162 is #2A2E9D. Grayscale: #C5C5C5. Windows color (decimal): -2764446 or 6476245. OLE color: 6476245.

HSL color Cylindrical-coordinate representation of color #D5D162: hue angle of 57.91º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5D162 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 209 98 -
CMYK 0 0.02 0.54 0.16
HSL 57.91º 0.58% 0.61% -
HSV(B) 57.91º 0.54% 0.84% -
XYZ 52.45 60.63 20.49 -
YUV 197.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 213 209 98 0 0.02 0.54 0.16 57.91 0.58 0.61
Hex D5 D1 62 0 2 36 10 3A 3A 3D
Octal 325 321 142 0 2 66 20 72 72 75
Binary 11010101 11010001 1100010 0 10 110110 10000 111010 111010 111101

Color Harmonies of #D5D162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D162

Black with #D5D162

Text Example


Text Example

White with #D5D162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D162; }

 p { color: rgb(213,209,98); }

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

background-color css

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

 a { background-color: rgb(213,209,98); }

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

border-color css

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

 span { border-color: rgb(213,209,98); }

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