Html Css Color HEX #D3C133 Wattle

📋 copy color: '#D3C133'

red 211 ◦ green 193 ◦ blue 51

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

Shades of Wattle #D3C133

Tints of Wattle #D3C133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

 BLUE value IS 51 (20.31% from 255) = 11.21%

R = 46.37%
G = 42.42%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D3C133 (or 0xD3C133) is known color: Wattle. HEX triplet: D3, C1 and 33. RGB value is (211,193,51). Sum of RGB (Red+Green+Blue) = 211+193+51=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C133 is #2C3ECC. Grayscale: #B6B6B6. Windows color (decimal): -2899661 or 3391955. OLE color: 3391955.

HSL color Cylindrical-coordinate representation of color #D3C133: hue angle of 53.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3C133 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 193 51 -
CMYK 0 0.09 0.76 0.17
HSL 53.25º 0.65% 0.51% -
HSV(B) 53.25º 0.76% 0.83% -
XYZ 46.53 52.23 10.76 -
YUV 182.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 211 193 51 0 0.09 0.76 0.17 53.25 0.65 0.51
Hex D3 C1 33 0 9 4C 11 35 41 33
Octal 323 301 63 0 11 114 21 65 101 63
Binary 11010011 11000001 110011 0 1001 1001100 10001 110101 1000001 110011

Color Harmonies of #D3C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C133

Black with #D3C133

Text Example


Text Example

White with #D3C133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C133; }

 p { color: rgb(211,193,51); }

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

background-color css

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

 a { background-color: rgb(211,193,51); }

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

border-color css

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

 span { border-color: rgb(211,193,51); }

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