Html Css Color HEX #D6C32F Wattle

📋 copy color: '#D6C32F'

red 214 ◦ green 195 ◦ blue 47

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

Shades of Wattle #D6C32F

Tints of Wattle #D6C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.76%

 BLUE value IS 47 (18.75% from 255) = 10.31%

R = 46.93%
G = 42.76%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6C32F (or 0xD6C32F) is known color: Wattle. HEX triplet: D6, C3 and 2F. RGB value is (214,195,47). Sum of RGB (Red+Green+Blue) = 214+195+47=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C32F is #293CD0. Grayscale: #B8B8B8. Windows color (decimal): -2702545 or 3130326. OLE color: 3130326.

HSL color Cylindrical-coordinate representation of color #D6C32F: hue angle of 53.17º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6C32F is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 195 47 -
CMYK 0 0.09 0.78 0.16
HSL 53.17º 0.67% 0.51% -
HSV(B) 53.17º 0.78% 0.84% -
XYZ 47.76 53.53 10.5 -
YUV 183.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 214 195 47 0 0.09 0.78 0.16 53.17 0.67 0.51
Hex D6 C3 2F 0 9 4E 10 35 43 33
Octal 326 303 57 0 11 116 20 65 103 63
Binary 11010110 11000011 101111 0 1001 1001110 10000 110101 1000011 110011

Color Harmonies of #D6C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C32F

Black with #D6C32F

Text Example


Text Example

White with #D6C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C32F; }

 p { color: rgb(214,195,47); }

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

background-color css

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

 a { background-color: rgb(214,195,47); }

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

border-color css

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

 span { border-color: rgb(214,195,47); }

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