Html Css Color HEX #D6CC43 Wattle

📋 copy color: '#D6CC43'

red 214 ◦ green 204 ◦ blue 67

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

Shades of Wattle #D6CC43

Tints of Wattle #D6CC43

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.06%

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

R = 44.12%
G = 42.06%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6CC43 (or 0xD6CC43) is known color: Wattle. HEX triplet: D6, CC and 43. RGB value is (214,204,67). Sum of RGB (Red+Green+Blue) = 214+204+67=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC43 is #2933BC. Grayscale: #BFBFBF. Windows color (decimal): -2700221 or 4443350. OLE color: 4443350.

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

Color convert

RGB 214 204 67 -
CMYK 0 0.05 0.69 0.16
HSL 55.92º 0.64% 0.55% -
HSV(B) 55.92º 0.69% 0.84% -
XYZ 50.34 57.89 13.83 -
YUV 191.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 214 204 67 0 0.05 0.69 0.16 55.92 0.64 0.55
Hex D6 CC 43 0 5 45 10 38 40 37
Octal 326 314 103 0 5 105 20 70 100 67
Binary 11010110 11001100 1000011 0 101 1000101 10000 111000 1000000 110111

Color Harmonies of #D6CC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC43

Black with #D6CC43

Text Example


Text Example

White with #D6CC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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