Html Css Color HEX #D1C03A Wattle

📋 copy color: '#D1C03A'

red 209 ◦ green 192 ◦ blue 58

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

Shades of Wattle #D1C03A

Tints of Wattle #D1C03A

RGB

 RED value IS 209 (82.03% from 255) = 45.53%

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 58 (23.05% from 255) = 12.64%

R = 45.53%
G = 41.83%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1C03A (or 0xD1C03A) is known color: Wattle. HEX triplet: D1, C0 and 3A. RGB value is (209,192,58). Sum of RGB (Red+Green+Blue) = 209+192+58=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C03A is #2E3FC5. Grayscale: #B6B6B6. Windows color (decimal): -3030982 or 3850449. OLE color: 3850449.

HSL color Cylindrical-coordinate representation of color #D1C03A: hue angle of 53.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1C03A is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 192 58 -
CMYK 0 0.08 0.72 0.18
HSL 53.25º 0.62% 0.52% -
HSV(B) 53.25º 0.72% 0.82% -
XYZ 45.91 51.56 11.54 -
YUV 181.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 209 192 58 0 0.08 0.72 0.18 53.25 0.62 0.52
Hex D1 C0 3A 0 8 48 12 35 3E 34
Octal 321 300 72 0 10 110 22 65 76 64
Binary 11010001 11000000 111010 0 1000 1001000 10010 110101 111110 110100

Color Harmonies of #D1C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C03A

Black with #D1C03A

Text Example


Text Example

White with #D1C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C03A; }

 p { color: rgb(209,192,58); }

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

background-color css

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

 a { background-color: rgb(209,192,58); }

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

border-color css

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

 span { border-color: rgb(209,192,58); }

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