Html Css Color HEX #DCD503 Bird Flower

📋 copy color: '#DCD503'

red 220 ◦ green 213 ◦ blue 3

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

Shades of Bird Flower #DCD503

Tints of Bird Flower #DCD503

RGB

 RED value IS 220 (86.33% from 255) = 50.46%

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 50.46%
G = 48.85%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCD503 (or 0xDCD503) is known color: Bird Flower. HEX triplet: DC, D5 and 03. RGB value is (220,213,3). Sum of RGB (Red+Green+Blue) = 220+213+3=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD503 is #232AFC. Grayscale: #C0C0C0. Windows color (decimal): -2304765 or 251356. OLE color: 251356.

HSL color Cylindrical-coordinate representation of color #DCD503: hue angle of 58.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCD503 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 3 -
CMYK 0 0.03 0.99 0.14
HSL 58.06º 0.97% 0.44% -
HSV(B) 58.06º 0.99% 0.86% -
XYZ 53.33 62.81 9.4 -
YUV 191.15 21.82 148.58 -
System Red Green Blue C M Y K H S L
Decimal 220 213 3 0 0.03 0.99 0.14 58.06 0.97 0.44
Hex DC D5 3 0 3 63 E 3A 61 2C
Octal 334 325 3 0 3 143 16 72 141 54
Binary 11011100 11010101 11 0 11 1100011 1110 111010 1100001 101100

Color Harmonies of #DCD503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD503

Black with #DCD503

Text Example


Text Example

White with #DCD503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD503; }

 p { color: rgb(220,213,3); }

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

background-color css

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

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

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

border-color css

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

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

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