Html Css Color HEX #D6C140 Wattle

📋 copy color: '#D6C140'

red 214 ◦ green 193 ◦ blue 64

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

Shades of Wattle #D6C140

Tints of Wattle #D6C140

RGB

 RED value IS 214 (83.98% from 255) = 45.44%

 GREEN value IS 193 (75.78% from 255) = 40.98%

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

R = 45.44%
G = 40.98%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D6C140 (or 0xD6C140) is known color: Wattle. HEX triplet: D6, C1 and 40. RGB value is (214,193,64). Sum of RGB (Red+Green+Blue) = 214+193+64=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C140 is #293EBF. Grayscale: #B9B9B9. Windows color (decimal): -2703040 or 4243926. OLE color: 4243926.

HSL color Cylindrical-coordinate representation of color #D6C140: hue angle of 51.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6C140 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 64 -
CMYK 0 0.10 0.70 0.16
HSL 51.6º 0.65% 0.55% -
HSV(B) 51.6º 0.7% 0.84% -
XYZ 47.73 52.81 12.53 -
YUV 184.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 214 193 64 0 0.10 0.70 0.16 51.6 0.65 0.55
Hex D6 C1 40 0 A 46 10 34 41 37
Octal 326 301 100 0 12 106 20 64 101 67
Binary 11010110 11000001 1000000 0 1010 1000110 10000 110100 1000001 110111

Color Harmonies of #D6C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C140

Black with #D6C140

Text Example


Text Example

White with #D6C140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C140; }

 p { color: rgb(214,193,64); }

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

background-color css

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

 a { background-color: rgb(214,193,64); }

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

border-color css

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

 span { border-color: rgb(214,193,64); }

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