Html Css Color HEX #D0C503 Bird Flower

📋 copy color: '#D0C503'

red 208 ◦ green 197 ◦ blue 3

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

Shades of Bird Flower #D0C503

Tints of Bird Flower #D0C503

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.28%

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

R = 50.98%
G = 48.28%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D0C503 (or 0xD0C503) is known color: Bird Flower. HEX triplet: D0, C5 and 03. RGB value is (208,197,3). Sum of RGB (Red+Green+Blue) = 208+197+3=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C503 is #2F3AFC. Grayscale: #B2B2B2. Windows color (decimal): -3095293 or 247248. OLE color: 247248.

HSL color Cylindrical-coordinate representation of color #D0C503: hue angle of 56.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0C503 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 3 -
CMYK 0 0.05 0.99 0.18
HSL 56.78º 0.97% 0.41% -
HSV(B) 56.78º 0.99% 0.82% -
XYZ 46 53.35 7.96 -
YUV 178.17 29.14 149.27 -
System Red Green Blue C M Y K H S L
Decimal 208 197 3 0 0.05 0.99 0.18 56.78 0.97 0.41
Hex D0 C5 3 0 5 63 12 39 61 29
Octal 320 305 3 0 5 143 22 71 141 51
Binary 11010000 11000101 11 0 101 1100011 10010 111001 1100001 101001

Color Harmonies of #D0C503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C503

Black with #D0C503

Text Example


Text Example

White with #D0C503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C503; }

 p { color: rgb(208,197,3); }

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

background-color css

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

 a { background-color: rgb(208,197,3); }

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

border-color css

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

 span { border-color: rgb(208,197,3); }

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