Html Css Color HEX #D6CE2F Wattle

📋 copy color: '#D6CE2F'

red 214 ◦ green 206 ◦ blue 47

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

Shades of Wattle #D6CE2F

Tints of Wattle #D6CE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.06%

R = 45.82%
G = 44.11%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6CE2F (or 0xD6CE2F) is known color: Wattle. HEX triplet: D6, CE and 2F. RGB value is (214,206,47). Sum of RGB (Red+Green+Blue) = 214+206+47=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE2F is #2931D0. Grayscale: #BEBEBE. Windows color (decimal): -2699729 or 3133142. OLE color: 3133142.

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

Color convert

RGB 214 206 47 -
CMYK 0 0.04 0.78 0.16
HSL 57.13º 0.67% 0.51% -
HSV(B) 57.13º 0.78% 0.84% -
XYZ 50.32 58.64 11.36 -
YUV 190.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 214 206 47 0 0.04 0.78 0.16 57.13 0.67 0.51
Hex D6 CE 2F 0 4 4E 10 39 43 33
Octal 326 316 57 0 4 116 20 71 103 63
Binary 11010110 11001110 101111 0 100 1001110 10000 111001 1000011 110011

Color Harmonies of #D6CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE2F

Black with #D6CE2F

Text Example


Text Example

White with #D6CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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