Html Css Color HEX #D1C303 Bird Flower

📋 copy color: '#D1C303'

red 209 ◦ green 195 ◦ blue 3

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

Shades of Bird Flower #D1C303

Tints of Bird Flower #D1C303

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

 GREEN value IS 195 (76.56% from 255) = 47.91%

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

R = 51.35%
G = 47.91%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1C303 (or 0xD1C303) is known color: Bird Flower. HEX triplet: D1, C3 and 03. RGB value is (209,195,3). Sum of RGB (Red+Green+Blue) = 209+195+3=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C303 is #2E3CFC. Grayscale: #B2B2B2. Windows color (decimal): -3030269 or 246737. OLE color: 246737.

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

Color convert

RGB 209 195 3 -
CMYK 0 0.07 0.99 0.18
HSL 55.92º 0.97% 0.42% -
HSV(B) 55.92º 0.99% 0.82% -
XYZ 45.83 52.59 7.82 -
YUV 177.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 209 195 3 0 0.07 0.99 0.18 55.92 0.97 0.42
Hex D1 C3 3 0 7 63 12 38 61 2A
Octal 321 303 3 0 7 143 22 70 141 52
Binary 11010001 11000011 11 0 111 1100011 10010 111000 1100001 101010

Color Harmonies of #D1C303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C303

Black with #D1C303

Text Example


Text Example

White with #D1C303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C303; }

 p { color: rgb(209,195,3); }

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

background-color css

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

 a { background-color: rgb(209,195,3); }

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

border-color css

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

 span { border-color: rgb(209,195,3); }

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