Html Css Color HEX #D5C831 Wattle

📋 copy color: '#D5C831'

red 213 ◦ green 200 ◦ blue 49

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

Shades of Wattle #D5C831

Tints of Wattle #D5C831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.29%

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

R = 46.1%
G = 43.29%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5C831 (or 0xD5C831) is known color: Wattle. HEX triplet: D5, C8 and 31. RGB value is (213,200,49). Sum of RGB (Red+Green+Blue) = 213+200+49=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C831 is #2A37CE. Grayscale: #BBBBBB. Windows color (decimal): -2766799 or 3262677. OLE color: 3262677.

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

Color convert

RGB 213 200 49 -
CMYK 0 0.06 0.77 0.16
HSL 55.24º 0.66% 0.51% -
HSV(B) 55.24º 0.77% 0.84% -
XYZ 48.65 55.68 11.09 -
YUV 186.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 213 200 49 0 0.06 0.77 0.16 55.24 0.66 0.51
Hex D5 C8 31 0 6 4D 10 37 42 33
Octal 325 310 61 0 6 115 20 67 102 63
Binary 11010101 11001000 110001 0 110 1001101 10000 110111 1000010 110011

Color Harmonies of #D5C831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C831

Black with #D5C831

Text Example


Text Example

White with #D5C831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C831; }

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

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

background-color css

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

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

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

border-color css

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

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

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