Html Css Color HEX #D6C443 Wattle

📋 copy color: '#D6C443'

red 214 ◦ green 196 ◦ blue 67

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

Shades of Wattle #D6C443

Tints of Wattle #D6C443

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.09%

 BLUE value IS 67 (26.56% from 255) = 14.05%

R = 44.86%
G = 41.09%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6C443 (or 0xD6C443) is known color: Wattle. HEX triplet: D6, C4 and 43. RGB value is (214,196,67). Sum of RGB (Red+Green+Blue) = 214+196+67=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 67 (26.56% from 255 or 14.05% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C443 is #293BBC. Grayscale: #BBBBBB. Windows color (decimal): -2702269 or 4441302. OLE color: 4441302.

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

Color convert

RGB 214 196 67 -
CMYK 0 0.08 0.69 0.16
HSL 52.65º 0.64% 0.55% -
HSV(B) 52.65º 0.69% 0.84% -
XYZ 48.48 54.18 13.21 -
YUV 186.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 214 196 67 0 0.08 0.69 0.16 52.65 0.64 0.55
Hex D6 C4 43 0 8 45 10 35 40 37
Octal 326 304 103 0 10 105 20 65 100 67
Binary 11010110 11000100 1000011 0 1000 1000101 10000 110101 1000000 110111

Color Harmonies of #D6C443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C443

Black with #D6C443

Text Example


Text Example

White with #D6C443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C443; }

 p { color: rgb(214,196,67); }

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

background-color css

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

 a { background-color: rgb(214,196,67); }

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

border-color css

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

 span { border-color: rgb(214,196,67); }

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