Html Css Color HEX #D6C143 Wattle

📋 copy color: '#D6C143'

red 214 ◦ green 193 ◦ blue 67

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

Shades of Wattle #D6C143

Tints of Wattle #D6C143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.72%

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

R = 45.15%
G = 40.72%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6C143 (or 0xD6C143) is known color: Wattle. HEX triplet: D6, C1 and 43. RGB value is (214,193,67). Sum of RGB (Red+Green+Blue) = 214+193+67=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C143 is #293EBC. Grayscale: #B9B9B9. Windows color (decimal): -2703037 or 4440534. OLE color: 4440534.

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

Color convert

RGB 214 193 67 -
CMYK 0 0.10 0.69 0.16
HSL 51.43º 0.64% 0.55% -
HSV(B) 51.43º 0.69% 0.84% -
XYZ 47.81 52.84 12.99 -
YUV 184.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 214 193 67 0 0.10 0.69 0.16 51.43 0.64 0.55
Hex D6 C1 43 0 A 45 10 33 40 37
Octal 326 301 103 0 12 105 20 63 100 67
Binary 11010110 11000001 1000011 0 1010 1000101 10000 110011 1000000 110111

Color Harmonies of #D6C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C143

Black with #D6C143

Text Example


Text Example

White with #D6C143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C143; }

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

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

background-color css

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

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

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

border-color css

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

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

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