Html Css Color HEX #D5C940 Wattle

📋 copy color: '#D5C940'

red 213 ◦ green 201 ◦ blue 64

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

Shades of Wattle #D5C940

Tints of Wattle #D5C940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.39%

R = 44.56%
G = 42.05%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5C940 (or 0xD5C940) is known color: Wattle. HEX triplet: D5, C9 and 40. RGB value is (213,201,64). Sum of RGB (Red+Green+Blue) = 213+201+64=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C940 is #2A36BF. Grayscale: #BDBDBD. Windows color (decimal): -2766528 or 4245973. OLE color: 4245973.

HSL color Cylindrical-coordinate representation of color #D5C940: hue angle of 55.17º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5C940 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 64 -
CMYK 0 0.06 0.70 0.16
HSL 55.17º 0.64% 0.54% -
HSV(B) 55.17º 0.7% 0.84% -
XYZ 49.25 56.29 13.12 -
YUV 188.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 213 201 64 0 0.06 0.70 0.16 55.17 0.64 0.54
Hex D5 C9 40 0 6 46 10 37 40 36
Octal 325 311 100 0 6 106 20 67 100 66
Binary 11010101 11001001 1000000 0 110 1000110 10000 110111 1000000 110110

Color Harmonies of #D5C940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C940

Black with #D5C940

Text Example


Text Example

White with #D5C940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C940; }

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

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

background-color css

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

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

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

border-color css

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

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

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