Html Css Color HEX #D5C931 Wattle

📋 copy color: '#D5C931'

red 213 ◦ green 201 ◦ blue 49

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

Shades of Wattle #D5C931

Tints of Wattle #D5C931

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

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

R = 46%
G = 43.41%
B = 10.58%

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

#D5C931 (or 0xD5C931) is known color: Wattle. HEX triplet: D5, C9 and 31. RGB value is (213,201,49). Sum of RGB (Red+Green+Blue) = 213+201+49=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C931 is #2A36CE. Grayscale: #BBBBBB. Windows color (decimal): -2766543 or 3262933. OLE color: 3262933.

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

Color convert

RGB 213 201 49 -
CMYK 0 0.06 0.77 0.16
HSL 55.61º 0.66% 0.51% -
HSV(B) 55.61º 0.77% 0.84% -
XYZ 48.88 56.14 11.17 -
YUV 187.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 213 201 49 0 0.06 0.77 0.16 55.61 0.66 0.51
Hex D5 C9 31 0 6 4D 10 38 42 33
Octal 325 311 61 0 6 115 20 70 102 63
Binary 11010101 11001001 110001 0 110 1001101 10000 111000 1000010 110011

Color Harmonies of #D5C931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C931

Black with #D5C931

Text Example


Text Example

White with #D5C931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C931; }

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

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

background-color css

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

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

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

border-color css

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

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

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