Html Css Color HEX #D9C13A Wattle

📋 copy color: '#D9C13A'

red 217 ◦ green 193 ◦ blue 58

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

Shades of Wattle #D9C13A

Tints of Wattle #D9C13A

RGB

 RED value IS 217 (85.16% from 255) = 46.37%

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

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

R = 46.37%
G = 41.24%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9C13A (or 0xD9C13A) is known color: Wattle. HEX triplet: D9, C1 and 3A. RGB value is (217,193,58). Sum of RGB (Red+Green+Blue) = 217+193+58=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 58 (23.05% from 255 or 12.39% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C13A is #263EC5. Grayscale: #B9B9B9. Windows color (decimal): -2506438 or 3850713. OLE color: 3850713.

HSL color Cylindrical-coordinate representation of color #D9C13A: hue angle of 50.94º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9C13A is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 58 -
CMYK 0 0.11 0.73 0.15
HSL 50.94º 0.68% 0.54% -
HSV(B) 50.94º 0.73% 0.85% -
XYZ 48.45 53.2 11.72 -
YUV 184.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 217 193 58 0 0.11 0.73 0.15 50.94 0.68 0.54
Hex D9 C1 3A 0 B 49 F 33 44 36
Octal 331 301 72 0 13 111 17 63 104 66
Binary 11011001 11000001 111010 0 1011 1001001 1111 110011 1000100 110110

Color Harmonies of #D9C13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C13A

Black with #D9C13A

Text Example


Text Example

White with #D9C13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C13A; }

 p { color: rgb(217,193,58); }

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

background-color css

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

 a { background-color: rgb(217,193,58); }

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

border-color css

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

 span { border-color: rgb(217,193,58); }

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