Html Css Color HEX #D5CA41 Wattle

📋 copy color: '#D5CA41'

red 213 ◦ green 202 ◦ blue 65

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

Shades of Wattle #D5CA41

Tints of Wattle #D5CA41

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 44.38%
G = 42.08%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5CA41 (or 0xD5CA41) is known color: Wattle. HEX triplet: D5, CA and 41. RGB value is (213,202,65). Sum of RGB (Red+Green+Blue) = 213+202+65=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA41 is #2A35BE. Grayscale: #BEBEBE. Windows color (decimal): -2766271 or 4311765. OLE color: 4311765.

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

Color convert

RGB 213 202 65 -
CMYK 0 0.05 0.69 0.16
HSL 55.54º 0.64% 0.55% -
HSV(B) 55.54º 0.69% 0.84% -
XYZ 49.52 56.77 13.35 -
YUV 189.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 213 202 65 0 0.05 0.69 0.16 55.54 0.64 0.55
Hex D5 CA 41 0 5 45 10 38 40 37
Octal 325 312 101 0 5 105 20 70 100 67
Binary 11010101 11001010 1000001 0 101 1000101 10000 111000 1000000 110111

Color Harmonies of #D5CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA41

Black with #D5CA41

Text Example


Text Example

White with #D5CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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