Html Css Color HEX #D4C241 Wattle

📋 copy color: '#D4C241'

red 212 ◦ green 194 ◦ blue 65

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

Shades of Wattle #D4C241

Tints of Wattle #D4C241

RGB

 RED value IS 212 (83.2% from 255) = 45.01%

 GREEN value IS 194 (76.17% from 255) = 41.19%

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

R = 45.01%
G = 41.19%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4C241 (or 0xD4C241) is known color: Wattle. HEX triplet: D4, C2 and 41. RGB value is (212,194,65). Sum of RGB (Red+Green+Blue) = 212+194+65=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C241 is #2B3DBE. Grayscale: #B9B9B9. Windows color (decimal): -2833855 or 4309716. OLE color: 4309716.

HSL color Cylindrical-coordinate representation of color #D4C241: hue angle of 52.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4C241 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 194 65 -
CMYK 0 0.08 0.69 0.17
HSL 52.65º 0.63% 0.54% -
HSV(B) 52.65º 0.69% 0.83% -
XYZ 47.4 52.96 12.73 -
YUV 184.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 212 194 65 0 0.08 0.69 0.17 52.65 0.63 0.54
Hex D4 C2 41 0 8 45 11 35 3F 36
Octal 324 302 101 0 10 105 21 65 77 66
Binary 11010100 11000010 1000001 0 1000 1000101 10001 110101 111111 110110

Color Harmonies of #D4C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C241

Black with #D4C241

Text Example


Text Example

White with #D4C241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C241; }

 p { color: rgb(212,194,65); }

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

background-color css

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

 a { background-color: rgb(212,194,65); }

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

border-color css

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

 span { border-color: rgb(212,194,65); }

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