Html Css Color HEX #D5C731 Wattle

📋 copy color: '#D5C731'

red 213 ◦ green 199 ◦ blue 49

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

Shades of Wattle #D5C731

Tints of Wattle #D5C731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

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

R = 46.2%
G = 43.17%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5C731 (or 0xD5C731) is known color: Wattle. HEX triplet: D5, C7 and 31. RGB value is (213,199,49). Sum of RGB (Red+Green+Blue) = 213+199+49=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C731 is #2A38CE. Grayscale: #BABABA. Windows color (decimal): -2767055 or 3262421. OLE color: 3262421.

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

Color convert

RGB 213 199 49 -
CMYK 0 0.07 0.77 0.16
HSL 54.88º 0.66% 0.51% -
HSV(B) 54.88º 0.77% 0.84% -
XYZ 48.42 55.21 11.01 -
YUV 186.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 213 199 49 0 0.07 0.77 0.16 54.88 0.66 0.51
Hex D5 C7 31 0 7 4D 10 37 42 33
Octal 325 307 61 0 7 115 20 67 102 63
Binary 11010101 11000111 110001 0 111 1001101 10000 110111 1000010 110011

Color Harmonies of #D5C731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C731

Black with #D5C731

Text Example


Text Example

White with #D5C731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C731; }

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

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

background-color css

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

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

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

border-color css

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

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

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