Html Css Color HEX #D5C03A Wattle

📋 copy color: '#D5C03A'

red 213 ◦ green 192 ◦ blue 58

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

Shades of Wattle #D5C03A

Tints of Wattle #D5C03A

RGB

 RED value IS 213 (83.59% from 255) = 46%

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

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

R = 46%
G = 41.47%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5C03A (or 0xD5C03A) is known color: Wattle. HEX triplet: D5, C0 and 3A. RGB value is (213,192,58). Sum of RGB (Red+Green+Blue) = 213+192+58=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C03A is #2A3FC5. Grayscale: #B7B7B7. Windows color (decimal): -2768838 or 3850453. OLE color: 3850453.

HSL color Cylindrical-coordinate representation of color #D5C03A: hue angle of 51.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5C03A is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 58 -
CMYK 0 0.10 0.73 0.16
HSL 51.87º 0.65% 0.53% -
HSV(B) 51.87º 0.73% 0.84% -
XYZ 47.05 52.15 11.59 -
YUV 183 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 213 192 58 0 0.10 0.73 0.16 51.87 0.65 0.53
Hex D5 C0 3A 0 A 49 10 34 41 35
Octal 325 300 72 0 12 111 20 64 101 65
Binary 11010101 11000000 111010 0 1010 1001001 10000 110100 1000001 110101

Color Harmonies of #D5C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C03A

Black with #D5C03A

Text Example


Text Example

White with #D5C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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