Html Css Color HEX #D5CD41 Wattle

📋 copy color: '#D5CD41'

red 213 ◦ green 205 ◦ blue 65

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

Shades of Wattle #D5CD41

Tints of Wattle #D5CD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 44.1%
G = 42.44%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5CD41 (or 0xD5CD41) is known color: Wattle. HEX triplet: D5, CD and 41. RGB value is (213,205,65). Sum of RGB (Red+Green+Blue) = 213+205+65=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD41 is #2A32BE. Grayscale: #C0C0C0. Windows color (decimal): -2765503 or 4312533. OLE color: 4312533.

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

Color convert

RGB 213 205 65 -
CMYK 0 0.04 0.69 0.16
HSL 56.76º 0.64% 0.55% -
HSV(B) 56.76º 0.69% 0.84% -
XYZ 50.23 58.19 13.59 -
YUV 191.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 213 205 65 0 0.04 0.69 0.16 56.76 0.64 0.55
Hex D5 CD 41 0 4 45 10 39 40 37
Octal 325 315 101 0 4 105 20 71 100 67
Binary 11010101 11001101 1000001 0 100 1000101 10000 111001 1000000 110111

Color Harmonies of #D5CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD41

Black with #D5CD41

Text Example


Text Example

White with #D5CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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