Html Css Color HEX #D5CA43 Wattle

📋 copy color: '#D5CA43'

red 213 ◦ green 202 ◦ blue 67

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

Shades of Wattle #D5CA43

Tints of Wattle #D5CA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.9%

R = 44.19%
G = 41.91%
B = 13.9%

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

#D5CA43 (or 0xD5CA43) is known color: Wattle. HEX triplet: D5, CA and 43. RGB value is (213,202,67). Sum of RGB (Red+Green+Blue) = 213+202+67=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA43 is #2A35BC. Grayscale: #BEBEBE. Windows color (decimal): -2766269 or 4442837. OLE color: 4442837.

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

Color convert

RGB 213 202 67 -
CMYK 0 0.05 0.69 0.16
HSL 55.48º 0.63% 0.55% -
HSV(B) 55.48º 0.69% 0.84% -
XYZ 49.57 56.79 13.66 -
YUV 189.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 213 202 67 0 0.05 0.69 0.16 55.48 0.63 0.55
Hex D5 CA 43 0 5 45 10 37 3F 37
Octal 325 312 103 0 5 105 20 67 77 67
Binary 11010101 11001010 1000011 0 101 1000101 10000 110111 111111 110111

Color Harmonies of #D5CA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA43

Black with #D5CA43

Text Example


Text Example

White with #D5CA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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