Html Css Color HEX #D6C841 Wattle

📋 copy color: '#D6C841'

red 214 ◦ green 200 ◦ blue 65

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

Shades of Wattle #D6C841

Tints of Wattle #D6C841

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.75%

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

R = 44.68%
G = 41.75%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D6C841 (or 0xD6C841) is known color: Wattle. HEX triplet: D6, C8 and 41. RGB value is (214,200,65). Sum of RGB (Red+Green+Blue) = 214+200+65=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C841 is #2937BE. Grayscale: #BDBDBD. Windows color (decimal): -2701247 or 4311254. OLE color: 4311254.

HSL color Cylindrical-coordinate representation of color #D6C841: hue angle of 54.36º 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 #D6C841 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 65 -
CMYK 0 0.07 0.70 0.16
HSL 54.36º 0.65% 0.55% -
HSV(B) 54.36º 0.7% 0.84% -
XYZ 49.34 55.99 13.21 -
YUV 188.8 58.14 145.98 -
System Red Green Blue C M Y K H S L
Decimal 214 200 65 0 0.07 0.70 0.16 54.36 0.65 0.55
Hex D6 C8 41 0 7 46 10 36 41 37
Octal 326 310 101 0 7 106 20 66 101 67
Binary 11010110 11001000 1000001 0 111 1000110 10000 110110 1000001 110111

Color Harmonies of #D6C841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C841

Black with #D6C841

Text Example


Text Example

White with #D6C841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C841; }

 p { color: rgb(214,200,65); }

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

background-color css

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

 a { background-color: rgb(214,200,65); }

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

border-color css

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

 span { border-color: rgb(214,200,65); }

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