Html Css Color HEX #D3C446 Wattle

📋 copy color: '#D3C446'

red 211 ◦ green 196 ◦ blue 70

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

Shades of Wattle #D3C446

Tints of Wattle #D3C446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.68%

R = 44.23%
G = 41.09%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D3C446 (or 0xD3C446) is known color: Wattle. HEX triplet: D3, C4 and 46. RGB value is (211,196,70). Sum of RGB (Red+Green+Blue) = 211+196+70=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C446 is #2C3BB9. Grayscale: #BABABA. Windows color (decimal): -2898874 or 4637907. OLE color: 4637907.

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

Color convert

RGB 211 196 70 -
CMYK 0 0.07 0.67 0.17
HSL 53.62º 0.62% 0.55% -
HSV(B) 53.62º 0.67% 0.83% -
XYZ 47.71 53.77 13.66 -
YUV 186.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 211 196 70 0 0.07 0.67 0.17 53.62 0.62 0.55
Hex D3 C4 46 0 7 43 11 36 3E 37
Octal 323 304 106 0 7 103 21 66 76 67
Binary 11010011 11000100 1000110 0 111 1000011 10001 110110 111110 110111

Color Harmonies of #D3C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C446

Black with #D3C446

Text Example


Text Example

White with #D3C446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C446; }

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

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

background-color css

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

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

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

border-color css

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

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

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