Html Css Color HEX #D5CA38 Wattle

📋 copy color: '#D5CA38'

red 213 ◦ green 202 ◦ blue 56

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

Shades of Wattle #D5CA38

Tints of Wattle #D5CA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.89%

R = 45.22%
G = 42.89%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D5CA38 (or 0xD5CA38) is known color: Wattle. HEX triplet: D5, CA and 38. RGB value is (213,202,56). Sum of RGB (Red+Green+Blue) = 213+202+56=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA38 is #2A35C7. Grayscale: #BDBDBD. Windows color (decimal): -2766280 or 3721941. OLE color: 3721941.

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

Color convert

RGB 213 202 56 -
CMYK 0 0.05 0.74 0.16
HSL 55.8º 0.65% 0.53% -
HSV(B) 55.8º 0.74% 0.84% -
XYZ 49.27 56.67 12.08 -
YUV 188.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 213 202 56 0 0.05 0.74 0.16 55.8 0.65 0.53
Hex D5 CA 38 0 5 4A 10 38 41 35
Octal 325 312 70 0 5 112 20 70 101 65
Binary 11010101 11001010 111000 0 101 1001010 10000 111000 1000001 110101

Color Harmonies of #D5CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA38

Black with #D5CA38

Text Example


Text Example

White with #D5CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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