Html Css Color HEX #D5D563 Goldenrod

📋 copy color: '#D5D563'

red 213 ◦ green 213 ◦ blue 99

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

Shades of Goldenrod #D5D563

Tints of Goldenrod #D5D563

RGB

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

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

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

R = 40.57%
G = 40.57%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5D563 (or 0xD5D563) is known color: Goldenrod. HEX triplet: D5, D5 and 63. RGB value is (213,213,99). Sum of RGB (Red+Green+Blue) = 213+213+99=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D563 is #2A2A9C. Grayscale: #C8C8C8. Windows color (decimal): -2763421 or 6542805. OLE color: 6542805.

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

Color convert

RGB 213 213 99 -
CMYK 0 0 0.54 0.16
HSL 60º 0.58% 0.61% -
HSV(B) 60º 0.54% 0.84% -
XYZ 53.49 62.64 21.08 -
YUV 200 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 213 213 99 0 0 0.54 0.16 60 0.58 0.61
Hex D5 D5 63 0 0 36 10 3C 3A 3D
Octal 325 325 143 0 0 66 20 74 72 75
Binary 11010101 11010101 1100011 0 0 110110 10000 111100 111010 111101

Color Harmonies of #D5D563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D563

Black with #D5D563

Text Example


Text Example

White with #D5D563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D563; }

 p { color: rgb(213,213,99); }

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

background-color css

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

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

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

border-color css

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

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

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