Html Css Color HEX #D6CE41 Wattle

📋 copy color: '#D6CE41'

red 214 ◦ green 206 ◦ blue 65

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

Shades of Wattle #D6CE41

Tints of Wattle #D6CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

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

R = 44.12%
G = 42.47%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D6CE41 (or 0xD6CE41) is known color: Wattle. HEX triplet: D6, CE and 41. RGB value is (214,206,65). Sum of RGB (Red+Green+Blue) = 214+206+65=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE41 is #2931BE. Grayscale: #C0C0C0. Windows color (decimal): -2699711 or 4312790. OLE color: 4312790.

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

Color convert

RGB 214 206 65 -
CMYK 0 0.04 0.70 0.16
HSL 56.78º 0.65% 0.55% -
HSV(B) 56.78º 0.7% 0.84% -
XYZ 50.76 58.82 13.68 -
YUV 192.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 214 206 65 0 0.04 0.70 0.16 56.78 0.65 0.55
Hex D6 CE 41 0 4 46 10 39 41 37
Octal 326 316 101 0 4 106 20 71 101 67
Binary 11010110 11001110 1000001 0 100 1000110 10000 111001 1000001 110111

Color Harmonies of #D6CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE41

Black with #D6CE41

Text Example


Text Example

White with #D6CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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