Html Css Color HEX #D6CE42 Wattle

📋 copy color: '#D6CE42'

red 214 ◦ green 206 ◦ blue 66

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

Shades of Wattle #D6CE42

Tints of Wattle #D6CE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.58%

R = 44.03%
G = 42.39%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6CE42 (or 0xD6CE42) is known color: Wattle. HEX triplet: D6, CE and 42. RGB value is (214,206,66). Sum of RGB (Red+Green+Blue) = 214+206+66=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE42 is #2931BD. Grayscale: #C1C1C1. Windows color (decimal): -2699710 or 4378326. OLE color: 4378326.

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

Color convert

RGB 214 206 66 -
CMYK 0 0.04 0.69 0.16
HSL 56.76º 0.64% 0.55% -
HSV(B) 56.76º 0.69% 0.84% -
XYZ 50.79 58.83 13.83 -
YUV 192.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 214 206 66 0 0.04 0.69 0.16 56.76 0.64 0.55
Hex D6 CE 42 0 4 45 10 39 40 37
Octal 326 316 102 0 4 105 20 71 100 67
Binary 11010110 11001110 1000010 0 100 1000101 10000 111001 1000000 110111

Color Harmonies of #D6CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE42

Black with #D6CE42

Text Example


Text Example

White with #D6CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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