Html Css Color HEX #D6C035 Wattle

📋 copy color: '#D6C035'

red 214 ◦ green 192 ◦ blue 53

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

Shades of Wattle #D6C035

Tints of Wattle #D6C035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 53 (21.09% from 255) = 11.55%

R = 46.62%
G = 41.83%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6C035 (or 0xD6C035) is known color: Wattle. HEX triplet: D6, C0 and 35. RGB value is (214,192,53). Sum of RGB (Red+Green+Blue) = 214+192+53=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C035 is #293FCA. Grayscale: #B7B7B7. Windows color (decimal): -2703307 or 3522774. OLE color: 3522774.

HSL color Cylindrical-coordinate representation of color #D6C035: hue angle of 51.8º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6C035 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 53 -
CMYK 0 0.10 0.75 0.16
HSL 51.8º 0.66% 0.52% -
HSV(B) 51.8º 0.75% 0.84% -
XYZ 47.22 52.25 10.96 -
YUV 182.73 54.79 150.3 -
System Red Green Blue C M Y K H S L
Decimal 214 192 53 0 0.10 0.75 0.16 51.8 0.66 0.52
Hex D6 C0 35 0 A 4B 10 34 42 34
Octal 326 300 65 0 12 113 20 64 102 64
Binary 11010110 11000000 110101 0 1010 1001011 10000 110100 1000010 110100

Color Harmonies of #D6C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C035

Black with #D6C035

Text Example


Text Example

White with #D6C035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C035; }

 p { color: rgb(214,192,53); }

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

background-color css

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

 a { background-color: rgb(214,192,53); }

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

border-color css

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

 span { border-color: rgb(214,192,53); }

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