Html Css Color HEX #D6CE43 Wattle

📋 copy color: '#D6CE43'

red 214 ◦ green 206 ◦ blue 67

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

Shades of Wattle #D6CE43

Tints of Wattle #D6CE43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.76%

R = 43.94%
G = 42.3%
B = 13.76%

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

#D6CE43 (or 0xD6CE43) is known color: Wattle. HEX triplet: D6, CE and 43. RGB value is (214,206,67). Sum of RGB (Red+Green+Blue) = 214+206+67=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE43 is #2931BC. Grayscale: #C1C1C1. Windows color (decimal): -2699709 or 4443862. OLE color: 4443862.

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

Color convert

RGB 214 206 67 -
CMYK 0 0.04 0.69 0.16
HSL 56.73º 0.64% 0.55% -
HSV(B) 56.73º 0.69% 0.84% -
XYZ 50.82 58.84 13.99 -
YUV 192.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 214 206 67 0 0.04 0.69 0.16 56.73 0.64 0.55
Hex D6 CE 43 0 4 45 10 39 40 37
Octal 326 316 103 0 4 105 20 71 100 67
Binary 11010110 11001110 1000011 0 100 1000101 10000 111001 1000000 110111

Color Harmonies of #D6CE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE43

Black with #D6CE43

Text Example


Text Example

White with #D6CE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE43; }

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

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

background-color css

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

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

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

border-color css

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

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

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