Html Css Color HEX #D6C403 Bird Flower

📋 copy color: '#D6C403'

red 214 ◦ green 196 ◦ blue 3

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

Shades of Bird Flower #D6C403

Tints of Bird Flower #D6C403

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.46%

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

R = 51.82%
G = 47.46%
B = 0.73%

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

#D6C403 (or 0xD6C403) is known color: Bird Flower. HEX triplet: D6, C4 and 03. RGB value is (214,196,3). Sum of RGB (Red+Green+Blue) = 214+196+3=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C403 is #293BFC. Grayscale: #B4B4B4. Windows color (decimal): -2702333 or 246998. OLE color: 246998.

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

Color convert

RGB 214 196 3 -
CMYK 0 0.08 0.99 0.16
HSL 54.88º 0.97% 0.43% -
HSV(B) 54.88º 0.99% 0.84% -
XYZ 47.49 53.78 7.96 -
YUV 179.38 28.46 152.69 -
System Red Green Blue C M Y K H S L
Decimal 214 196 3 0 0.08 0.99 0.16 54.88 0.97 0.43
Hex D6 C4 3 0 8 63 10 37 61 2B
Octal 326 304 3 0 10 143 20 67 141 53
Binary 11010110 11000100 11 0 1000 1100011 10000 110111 1100001 101011

Color Harmonies of #D6C403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C403

Black with #D6C403

Text Example


Text Example

White with #D6C403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C403; }

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

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

background-color css

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

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

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

border-color css

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

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

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