Html Css Color HEX #D3C40D Bird Flower

📋 copy color: '#D3C40D'

red 211 ◦ green 196 ◦ blue 13

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

Shades of Bird Flower #D3C40D

Tints of Bird Flower #D3C40D

RGB

 RED value IS 211 (82.81% from 255) = 50.24%

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 50.24%
G = 46.67%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3C40D (or 0xD3C40D) is known color: Bird Flower. HEX triplet: D3, C4 and 0D. RGB value is (211,196,13). Sum of RGB (Red+Green+Blue) = 211+196+13=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C40D is #2C3BF2. Grayscale: #B4B4B4. Windows color (decimal): -2898931 or 902355. OLE color: 902355.

HSL color Cylindrical-coordinate representation of color #D3C40D: hue angle of 55.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3C40D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 196 13 -
CMYK 0 0.07 0.94 0.17
HSL 55.45º 0.88% 0.44% -
HSV(B) 55.45º 0.94% 0.83% -
XYZ 46.68 53.36 8.22 -
YUV 179.62 33.97 150.38 -
System Red Green Blue C M Y K H S L
Decimal 211 196 13 0 0.07 0.94 0.17 55.45 0.88 0.44
Hex D3 C4 D 0 7 5E 11 37 58 2C
Octal 323 304 15 0 7 136 21 67 130 54
Binary 11010011 11000100 1101 0 111 1011110 10001 110111 1011000 101100

Color Harmonies of #D3C40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C40D

Black with #D3C40D

Text Example


Text Example

White with #D3C40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C40D; }

 p { color: rgb(211,196,13); }

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

background-color css

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

 a { background-color: rgb(211,196,13); }

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

border-color css

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

 span { border-color: rgb(211,196,13); }

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