Html Css Color HEX #D3C13D Wattle

📋 copy color: '#D3C13D'

red 211 ◦ green 193 ◦ blue 61

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

Shades of Wattle #D3C13D

Tints of Wattle #D3C13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.12%

R = 45.38%
G = 41.51%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3C13D (or 0xD3C13D) is known color: Wattle. HEX triplet: D3, C1 and 3D. RGB value is (211,193,61). Sum of RGB (Red+Green+Blue) = 211+193+61=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C13D is #2C3EC2. Grayscale: #B7B7B7. Windows color (decimal): -2899651 or 4047315. OLE color: 4047315.

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

Color convert

RGB 211 193 61 -
CMYK 0 0.09 0.71 0.17
HSL 52.8º 0.63% 0.53% -
HSV(B) 52.8º 0.71% 0.83% -
XYZ 46.78 52.33 12.05 -
YUV 183.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 211 193 61 0 0.09 0.71 0.17 52.8 0.63 0.53
Hex D3 C1 3D 0 9 47 11 35 3F 35
Octal 323 301 75 0 11 107 21 65 77 65
Binary 11010011 11000001 111101 0 1001 1000111 10001 110101 111111 110101

Color Harmonies of #D3C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C13D

Black with #D3C13D

Text Example


Text Example

White with #D3C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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