Html Css Color HEX #D5C036 Wattle

📋 copy color: '#D5C036'

red 213 ◦ green 192 ◦ blue 54

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

Shades of Wattle #D5C036

Tints of Wattle #D5C036

RGB

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

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

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

R = 46.41%
G = 41.83%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D5C036 (or 0xD5C036) is known color: Wattle. HEX triplet: D5, C0 and 36. RGB value is (213,192,54). Sum of RGB (Red+Green+Blue) = 213+192+54=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C036 is #2A3FC9. Grayscale: #B7B7B7. Windows color (decimal): -2768842 or 3588309. OLE color: 3588309.

HSL color Cylindrical-coordinate representation of color #D5C036: hue angle of 52.08º 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 #D5C036 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 54 -
CMYK 0 0.10 0.75 0.16
HSL 52.08º 0.65% 0.52% -
HSV(B) 52.08º 0.75% 0.84% -
XYZ 46.96 52.11 11.07 -
YUV 182.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 213 192 54 0 0.10 0.75 0.16 52.08 0.65 0.52
Hex D5 C0 36 0 A 4B 10 34 41 34
Octal 325 300 66 0 12 113 20 64 101 64
Binary 11010101 11000000 110110 0 1010 1001011 10000 110100 1000001 110100

Color Harmonies of #D5C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C036

Black with #D5C036

Text Example


Text Example

White with #D5C036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C036; }

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

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

background-color css

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

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

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

border-color css

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

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

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