Html Css Color HEX #D5C131 Wattle

📋 copy color: '#D5C131'

red 213 ◦ green 193 ◦ blue 49

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

Shades of Wattle #D5C131

Tints of Wattle #D5C131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.77%

R = 46.81%
G = 42.42%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5C131 (or 0xD5C131) is known color: Wattle. HEX triplet: D5, C1 and 31. RGB value is (213,193,49). Sum of RGB (Red+Green+Blue) = 213+193+49=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C131 is #2A3ECE. Grayscale: #B7B7B7. Windows color (decimal): -2768591 or 3260885. OLE color: 3260885.

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

Color convert

RGB 213 193 49 -
CMYK 0 0.09 0.77 0.16
HSL 52.68º 0.66% 0.51% -
HSV(B) 52.68º 0.77% 0.84% -
XYZ 47.06 52.51 10.56 -
YUV 182.56 52.63 149.71 -
System Red Green Blue C M Y K H S L
Decimal 213 193 49 0 0.09 0.77 0.16 52.68 0.66 0.51
Hex D5 C1 31 0 9 4D 10 35 42 33
Octal 325 301 61 0 11 115 20 65 102 63
Binary 11010101 11000001 110001 0 1001 1001101 10000 110101 1000010 110011

Color Harmonies of #D5C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C131

Black with #D5C131

Text Example


Text Example

White with #D5C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C131; }

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

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

background-color css

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

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

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

border-color css

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

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

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