Html Css Color HEX #D3D562 Goldenrod

📋 copy color: '#D3D562'

red 211 ◦ green 213 ◦ blue 98

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

Shades of Goldenrod #D3D562

Tints of Goldenrod #D3D562

RGB

 RED value IS 211 (82.81% from 255) = 40.42%

 GREEN value IS 213 (83.59% from 255) = 40.8%

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

R = 40.42%
G = 40.8%
B = 18.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D3D562 (or 0xD3D562) is known color: Goldenrod. HEX triplet: D3, D5 and 62. RGB value is (211,213,98). Sum of RGB (Red+Green+Blue) = 211+213+98=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D562 is #2C2A9D. Grayscale: #C7C7C7. Windows color (decimal): -2894494 or 6477267. OLE color: 6477267.

HSL color Cylindrical-coordinate representation of color #D3D562: hue angle of 61.04º 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 #D3D562 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 213 98 -
CMYK 0.01 0 0.54 0.16
HSL 61.04º 0.58% 0.61% -
HSV(B) 61.04º 0.54% 0.84% -
XYZ 52.86 62.32 20.8 -
YUV 199.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 211 213 98 0.01 0 0.54 0.16 61.04 0.58 0.61
Hex D3 D5 62 1 0 36 10 3D 3A 3D
Octal 323 325 142 1 0 66 20 75 72 75
Binary 11010011 11010101 1100010 1 0 110110 10000 111101 111010 111101

Color Harmonies of #D3D562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D562

Black with #D3D562

Text Example


Text Example

White with #D3D562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D562; }

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

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

background-color css

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

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

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

border-color css

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

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

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