Html Css Color HEX #D5C341 Wattle

📋 copy color: '#D5C341'

red 213 ◦ green 195 ◦ blue 65

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

Shades of Wattle #D5C341

Tints of Wattle #D5C341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

 BLUE value IS 65 (25.78% from 255) = 13.74%

R = 45.03%
G = 41.23%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5C341 (or 0xD5C341) is known color: Wattle. HEX triplet: D5, C3 and 41. RGB value is (213,195,65). Sum of RGB (Red+Green+Blue) = 213+195+65=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C341 is #2A3CBE. Grayscale: #BABABA. Windows color (decimal): -2768063 or 4309973. OLE color: 4309973.

HSL color Cylindrical-coordinate representation of color #D5C341: hue angle of 52.7º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5C341 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 195 65 -
CMYK 0 0.08 0.69 0.16
HSL 52.7º 0.64% 0.55% -
HSV(B) 52.7º 0.69% 0.84% -
XYZ 47.91 53.56 12.81 -
YUV 185.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 213 195 65 0 0.08 0.69 0.16 52.7 0.64 0.55
Hex D5 C3 41 0 8 45 10 35 40 37
Octal 325 303 101 0 10 105 20 65 100 67
Binary 11010101 11000011 1000001 0 1000 1000101 10000 110101 1000000 110111

Color Harmonies of #D5C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C341

Black with #D5C341

Text Example


Text Example

White with #D5C341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C341; }

 p { color: rgb(213,195,65); }

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

background-color css

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

 a { background-color: rgb(213,195,65); }

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

border-color css

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

 span { border-color: rgb(213,195,65); }

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