Html Css Color HEX #D6CE45 Wattle

📋 copy color: '#D6CE45'

red 214 ◦ green 206 ◦ blue 69

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

Shades of Wattle #D6CE45

Tints of Wattle #D6CE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.11%

R = 43.76%
G = 42.13%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6CE45 (or 0xD6CE45) is known color: Wattle. HEX triplet: D6, CE and 45. RGB value is (214,206,69). Sum of RGB (Red+Green+Blue) = 214+206+69=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE45 is #2931BA. Grayscale: #C1C1C1. Windows color (decimal): -2699707 or 4574934. OLE color: 4574934.

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

Color convert

RGB 214 206 69 -
CMYK 0 0.04 0.68 0.16
HSL 56.69º 0.64% 0.55% -
HSV(B) 56.69º 0.68% 0.84% -
XYZ 50.88 58.87 14.31 -
YUV 192.77 58.15 143.14 -
System Red Green Blue C M Y K H S L
Decimal 214 206 69 0 0.04 0.68 0.16 56.69 0.64 0.55
Hex D6 CE 45 0 4 44 10 39 40 37
Octal 326 316 105 0 4 104 20 71 100 67
Binary 11010110 11001110 1000101 0 100 1000100 10000 111001 1000000 110111

Color Harmonies of #D6CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE45

Black with #D6CE45

Text Example


Text Example

White with #D6CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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