Html Css Color HEX #D6CE3A Wattle

📋 copy color: '#D6CE3A'

red 214 ◦ green 206 ◦ blue 58

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

Shades of Wattle #D6CE3A

Tints of Wattle #D6CE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.13%

R = 44.77%
G = 43.1%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6CE3A (or 0xD6CE3A) is known color: Wattle. HEX triplet: D6, CE and 3A. RGB value is (214,206,58). Sum of RGB (Red+Green+Blue) = 214+206+58=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE3A is #2931C5. Grayscale: #C0C0C0. Windows color (decimal): -2699718 or 3854038. OLE color: 3854038.

HSL color Cylindrical-coordinate representation of color #D6CE3A: hue angle of 56.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6CE3A is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 58 -
CMYK 0 0.04 0.73 0.16
HSL 56.92º 0.66% 0.53% -
HSV(B) 56.92º 0.73% 0.84% -
XYZ 50.57 58.74 12.68 -
YUV 191.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 214 206 58 0 0.04 0.73 0.16 56.92 0.66 0.53
Hex D6 CE 3A 0 4 49 10 39 42 35
Octal 326 316 72 0 4 111 20 71 102 65
Binary 11010110 11001110 111010 0 100 1001001 10000 111001 1000010 110101

Color Harmonies of #D6CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE3A

Black with #D6CE3A

Text Example


Text Example

White with #D6CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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