Html Css Color HEX #D1C640 Wattle

📋 copy color: '#D1C640'

red 209 ◦ green 198 ◦ blue 64

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

Shades of Wattle #D1C640

Tints of Wattle #D1C640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.04%

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 44.37%
G = 42.04%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D1C640 (or 0xD1C640) is known color: Wattle. HEX triplet: D1, C6 and 40. RGB value is (209,198,64). Sum of RGB (Red+Green+Blue) = 209+198+64=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C640 is #2E39BF. Grayscale: #BABABA. Windows color (decimal): -3029440 or 4245201. OLE color: 4245201.

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

Color convert

RGB 209 198 64 -
CMYK 0 0.05 0.69 0.18
HSL 55.45º 0.61% 0.54% -
HSV(B) 55.45º 0.69% 0.82% -
XYZ 47.41 54.31 12.84 -
YUV 186.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 209 198 64 0 0.05 0.69 0.18 55.45 0.61 0.54
Hex D1 C6 40 0 5 45 12 37 3D 36
Octal 321 306 100 0 5 105 22 67 75 66
Binary 11010001 11000110 1000000 0 101 1000101 10010 110111 111101 110110

Color Harmonies of #D1C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C640

Black with #D1C640

Text Example


Text Example

White with #D1C640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C640; }

 p { color: rgb(209,198,64); }

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

background-color css

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

 a { background-color: rgb(209,198,64); }

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

border-color css

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

 span { border-color: rgb(209,198,64); }

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