Html Css Color HEX #D6C503 Bird Flower

📋 copy color: '#D6C503'

red 214 ◦ green 197 ◦ blue 3

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

Shades of Bird Flower #D6C503

Tints of Bird Flower #D6C503

RGB

 RED value IS 214 (83.98% from 255) = 51.69%

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

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

R = 51.69%
G = 47.58%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6C503 (or 0xD6C503) is known color: Bird Flower. HEX triplet: D6, C5 and 03. RGB value is (214,197,3). Sum of RGB (Red+Green+Blue) = 214+197+3=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C503 is #293AFC. Grayscale: #B4B4B4. Windows color (decimal): -2702077 or 247254. OLE color: 247254.

HSL color Cylindrical-coordinate representation of color #D6C503: hue angle of 55.17º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6C503 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 3 -
CMYK 0 0.08 0.99 0.16
HSL 55.17º 0.97% 0.43% -
HSV(B) 55.17º 0.99% 0.84% -
XYZ 47.71 54.24 8.04 -
YUV 179.97 28.13 152.27 -
System Red Green Blue C M Y K H S L
Decimal 214 197 3 0 0.08 0.99 0.16 55.17 0.97 0.43
Hex D6 C5 3 0 8 63 10 37 61 2B
Octal 326 305 3 0 10 143 20 67 141 53
Binary 11010110 11000101 11 0 1000 1100011 10000 110111 1100001 101011

Color Harmonies of #D6C503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C503

Black with #D6C503

Text Example


Text Example

White with #D6C503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C503; }

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

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

background-color css

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

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

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

border-color css

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

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

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