Html Css Color HEX #D6C344 Wattle

📋 copy color: '#D6C344'

red 214 ◦ green 195 ◦ blue 68

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

Shades of Wattle #D6C344

Tints of Wattle #D6C344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.88%

 BLUE value IS 68 (26.95% from 255) = 14.26%

R = 44.86%
G = 40.88%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6C344 (or 0xD6C344) is known color: Wattle. HEX triplet: D6, C3 and 44. RGB value is (214,195,68). Sum of RGB (Red+Green+Blue) = 214+195+68=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C344 is #293CBB. Grayscale: #BABABA. Windows color (decimal): -2702524 or 4506582. OLE color: 4506582.

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

Color convert

RGB 214 195 68 -
CMYK 0 0.09 0.68 0.16
HSL 52.19º 0.64% 0.55% -
HSV(B) 52.19º 0.68% 0.84% -
XYZ 48.29 53.74 13.3 -
YUV 186.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 214 195 68 0 0.09 0.68 0.16 52.19 0.64 0.55
Hex D6 C3 44 0 9 44 10 34 40 37
Octal 326 303 104 0 11 104 20 64 100 67
Binary 11010110 11000011 1000100 0 1001 1000100 10000 110100 1000000 110111

Color Harmonies of #D6C344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C344

Black with #D6C344

Text Example


Text Example

White with #D6C344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C344; }

 p { color: rgb(214,195,68); }

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

background-color css

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

 a { background-color: rgb(214,195,68); }

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

border-color css

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

 span { border-color: rgb(214,195,68); }

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