Html Css Color HEX #D3C13C Wattle

📋 copy color: '#D3C13C'

red 211 ◦ green 193 ◦ blue 60

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

Shades of Wattle #D3C13C

Tints of Wattle #D3C13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.93%

R = 45.47%
G = 41.59%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3C13C (or 0xD3C13C) is known color: Wattle. HEX triplet: D3, C1 and 3C. RGB value is (211,193,60). Sum of RGB (Red+Green+Blue) = 211+193+60=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C13C is #2C3EC3. Grayscale: #B7B7B7. Windows color (decimal): -2899652 or 3981779. OLE color: 3981779.

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

Color convert

RGB 211 193 60 -
CMYK 0 0.09 0.72 0.17
HSL 52.85º 0.63% 0.53% -
HSV(B) 52.85º 0.72% 0.83% -
XYZ 46.75 52.32 11.91 -
YUV 183.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 211 193 60 0 0.09 0.72 0.17 52.85 0.63 0.53
Hex D3 C1 3C 0 9 48 11 35 3F 35
Octal 323 301 74 0 11 110 21 65 77 65
Binary 11010011 11000001 111100 0 1001 1001000 10001 110101 111111 110101

Color Harmonies of #D3C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C13C

Black with #D3C13C

Text Example


Text Example

White with #D3C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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