Html Css Color HEX #D5CA44 Wattle

📋 copy color: '#D5CA44'

red 213 ◦ green 202 ◦ blue 68

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

Shades of Wattle #D5CA44

Tints of Wattle #D5CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.08%

R = 44.1%
G = 41.82%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5CA44 (or 0xD5CA44) is known color: Wattle. HEX triplet: D5, CA and 44. RGB value is (213,202,68). Sum of RGB (Red+Green+Blue) = 213+202+68=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA44 is #2A35BB. Grayscale: #BEBEBE. Windows color (decimal): -2766268 or 4508373. OLE color: 4508373.

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

Color convert

RGB 213 202 68 -
CMYK 0 0.05 0.68 0.16
HSL 55.45º 0.63% 0.55% -
HSV(B) 55.45º 0.68% 0.84% -
XYZ 49.6 56.8 13.82 -
YUV 190.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 213 202 68 0 0.05 0.68 0.16 55.45 0.63 0.55
Hex D5 CA 44 0 5 44 10 37 3F 37
Octal 325 312 104 0 5 104 20 67 77 67
Binary 11010101 11001010 1000100 0 101 1000100 10000 110111 111111 110111

Color Harmonies of #D5CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA44

Black with #D5CA44

Text Example


Text Example

White with #D5CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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