Html Css Color HEX #D5C236 Wattle

📋 copy color: '#D5C236'

red 213 ◦ green 194 ◦ blue 54

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

Shades of Wattle #D5C236

Tints of Wattle #D5C236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.08%

 BLUE value IS 54 (21.48% from 255) = 11.71%

R = 46.2%
G = 42.08%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D5C236 (or 0xD5C236) is known color: Wattle. HEX triplet: D5, C2 and 36. RGB value is (213,194,54). Sum of RGB (Red+Green+Blue) = 213+194+54=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C236 is #2A3DC9. Grayscale: #B8B8B8. Windows color (decimal): -2768330 or 3588821. OLE color: 3588821.

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

Color convert

RGB 213 194 54 -
CMYK 0 0.09 0.75 0.16
HSL 52.83º 0.65% 0.52% -
HSV(B) 52.83º 0.75% 0.84% -
XYZ 47.4 53 11.22 -
YUV 183.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 213 194 54 0 0.09 0.75 0.16 52.83 0.65 0.52
Hex D5 C2 36 0 9 4B 10 35 41 34
Octal 325 302 66 0 11 113 20 65 101 64
Binary 11010101 11000010 110110 0 1001 1001011 10000 110101 1000001 110100

Color Harmonies of #D5C236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C236

Black with #D5C236

Text Example


Text Example

White with #D5C236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C236; }

 p { color: rgb(213,194,54); }

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

background-color css

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

 a { background-color: rgb(213,194,54); }

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

border-color css

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

 span { border-color: rgb(213,194,54); }

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