Html Css Color HEX #D5C841 Wattle

📋 copy color: '#D5C841'

red 213 ◦ green 200 ◦ blue 65

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

Shades of Wattle #D5C841

Tints of Wattle #D5C841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.6%

R = 44.56%
G = 41.84%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5C841 (or 0xD5C841) is known color: Wattle. HEX triplet: D5, C8 and 41. RGB value is (213,200,65). Sum of RGB (Red+Green+Blue) = 213+200+65=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C841 is #2A37BE. Grayscale: #BDBDBD. Windows color (decimal): -2766783 or 4311253. OLE color: 4311253.

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

Color convert

RGB 213 200 65 -
CMYK 0 0.06 0.69 0.16
HSL 54.73º 0.64% 0.55% -
HSV(B) 54.73º 0.69% 0.84% -
XYZ 49.05 55.84 13.19 -
YUV 188.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 213 200 65 0 0.06 0.69 0.16 54.73 0.64 0.55
Hex D5 C8 41 0 6 45 10 37 40 37
Octal 325 310 101 0 6 105 20 67 100 67
Binary 11010101 11001000 1000001 0 110 1000101 10000 110111 1000000 110111

Color Harmonies of #D5C841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C841

Black with #D5C841

Text Example


Text Example

White with #D5C841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C841; }

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

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

background-color css

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

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

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

border-color css

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

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

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