Html Css Color HEX #D3B412 Bird Flower

📋 copy color: '#D3B412'

red 211 ◦ green 180 ◦ blue 18

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

Shades of Bird Flower #D3B412

Tints of Bird Flower #D3B412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

 BLUE value IS 18 (7.42% from 255) = 4.4%

R = 51.59%
G = 44.01%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3B412 (or 0xD3B412) is known color: Bird Flower. HEX triplet: D3, B4 and 12. RGB value is (211,180,18). Sum of RGB (Red+Green+Blue) = 211+180+18=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B412 is #2C4BED. Grayscale: #ABABAB. Windows color (decimal): -2903022 or 1225939. OLE color: 1225939.

HSL color Cylindrical-coordinate representation of color #D3B412: hue angle of 50.36º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3B412 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 180 18 -
CMYK 0 0.15 0.91 0.17
HSL 50.36º 0.84% 0.45% -
HSV(B) 50.36º 0.91% 0.83% -
XYZ 43.29 46.54 7.27 -
YUV 170.8 41.77 156.67 -
System Red Green Blue C M Y K H S L
Decimal 211 180 18 0 0.15 0.91 0.17 50.36 0.84 0.45
Hex D3 B4 12 0 F 5B 11 32 54 2D
Octal 323 264 22 0 17 133 21 62 124 55
Binary 11010011 10110100 10010 0 1111 1011011 10001 110010 1010100 101101

Color Harmonies of #D3B412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B412

Black with #D3B412

Text Example


Text Example

White with #D3B412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B412; }

 p { color: rgb(211,180,18); }

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

background-color css

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

 a { background-color: rgb(211,180,18); }

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

border-color css

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

 span { border-color: rgb(211,180,18); }

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