Html Css Color HEX #D5C13C Wattle

📋 copy color: '#D5C13C'

red 213 ◦ green 193 ◦ blue 60

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

Shades of Wattle #D5C13C

Tints of Wattle #D5C13C

RGB

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

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

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

R = 45.71%
G = 41.42%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5C13C (or 0xD5C13C) is known color: Wattle. HEX triplet: D5, C1 and 3C. RGB value is (213,193,60). Sum of RGB (Red+Green+Blue) = 213+193+60=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C13C is #2A3EC3. Grayscale: #B8B8B8. Windows color (decimal): -2768580 or 3981781. OLE color: 3981781.

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

Color convert

RGB 213 193 60 -
CMYK 0 0.09 0.72 0.16
HSL 52.16º 0.65% 0.54% -
HSV(B) 52.16º 0.72% 0.84% -
XYZ 47.33 52.61 11.94 -
YUV 183.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 213 193 60 0 0.09 0.72 0.16 52.16 0.65 0.54
Hex D5 C1 3C 0 9 48 10 34 41 36
Octal 325 301 74 0 11 110 20 64 101 66
Binary 11010101 11000001 111100 0 1001 1001000 10000 110100 1000001 110110

Color Harmonies of #D5C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C13C

Black with #D5C13C

Text Example


Text Example

White with #D5C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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