Html Css Color HEX #D1CA41 Wattle

📋 copy color: '#D1CA41'

red 209 ◦ green 202 ◦ blue 65

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

Shades of Wattle #D1CA41

Tints of Wattle #D1CA41

RGB

 RED value IS 209 (82.03% from 255) = 43.91%

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

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

R = 43.91%
G = 42.44%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1CA41 (or 0xD1CA41) is known color: Wattle. HEX triplet: D1, CA and 41. RGB value is (209,202,65). Sum of RGB (Red+Green+Blue) = 209+202+65=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA41 is #2E35BE. Grayscale: #BDBDBD. Windows color (decimal): -3028415 or 4311761. OLE color: 4311761.

HSL color Cylindrical-coordinate representation of color #D1CA41: hue angle of 57.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1CA41 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 202 65 -
CMYK 0 0.03 0.69 0.18
HSL 57.08º 0.61% 0.54% -
HSV(B) 57.08º 0.69% 0.82% -
XYZ 48.37 56.18 13.3 -
YUV 188.48 58.32 142.64 -
System Red Green Blue C M Y K H S L
Decimal 209 202 65 0 0.03 0.69 0.18 57.08 0.61 0.54
Hex D1 CA 41 0 3 45 12 39 3D 36
Octal 321 312 101 0 3 105 22 71 75 66
Binary 11010001 11001010 1000001 0 11 1000101 10010 111001 111101 110110

Color Harmonies of #D1CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA41

Black with #D1CA41

Text Example


Text Example

White with #D1CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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