Html Css Color HEX #D5CA42 Wattle

📋 copy color: '#D5CA42'

red 213 ◦ green 202 ◦ blue 66

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

Shades of Wattle #D5CA42

Tints of Wattle #D5CA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.72%

R = 44.28%
G = 42%
B = 13.72%

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

#D5CA42 (or 0xD5CA42) is known color: Wattle. HEX triplet: D5, CA and 42. RGB value is (213,202,66). Sum of RGB (Red+Green+Blue) = 213+202+66=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA42 is #2A35BD. Grayscale: #BEBEBE. Windows color (decimal): -2766270 or 4377301. OLE color: 4377301.

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

Color convert

RGB 213 202 66 -
CMYK 0 0.05 0.69 0.16
HSL 55.51º 0.64% 0.55% -
HSV(B) 55.51º 0.69% 0.84% -
XYZ 49.54 56.78 13.5 -
YUV 189.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 213 202 66 0 0.05 0.69 0.16 55.51 0.64 0.55
Hex D5 CA 42 0 5 45 10 38 40 37
Octal 325 312 102 0 5 105 20 70 100 67
Binary 11010101 11001010 1000010 0 101 1000101 10000 111000 1000000 110111

Color Harmonies of #D5CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA42

Black with #D5CA42

Text Example


Text Example

White with #D5CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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