Html Css Color HEX #D0D563 Goldenrod

📋 copy color: '#D0D563'

red 208 ◦ green 213 ◦ blue 99

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

Shades of Goldenrod #D0D563

Tints of Goldenrod #D0D563

RGB

 RED value IS 208 (81.64% from 255) = 40%

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

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

R = 40%
G = 40.96%
B = 19.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D0D563 (or 0xD0D563) is known color: Goldenrod. HEX triplet: D0, D5 and 63. RGB value is (208,213,99). Sum of RGB (Red+Green+Blue) = 208+213+99=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D563 is #2F2A9C. Grayscale: #C6C6C6. Windows color (decimal): -3091101 or 6542800. OLE color: 6542800.

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

Color convert

RGB 208 213 99 -
CMYK 0.02 0 0.54 0.16
HSL 62.63º 0.58% 0.61% -
HSV(B) 62.63º 0.54% 0.84% -
XYZ 52.06 61.9 21.01 -
YUV 198.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 208 213 99 0.02 0 0.54 0.16 62.63 0.58 0.61
Hex D0 D5 63 2 0 36 10 3F 3A 3D
Octal 320 325 143 2 0 66 20 77 72 75
Binary 11010000 11010101 1100011 10 0 110110 10000 111111 111010 111101

Color Harmonies of #D0D563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D563

Black with #D0D563

Text Example


Text Example

White with #D0D563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D563; }

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

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

background-color css

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

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

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

border-color css

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

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

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