Html Css Color HEX #D6C238 Wattle

📋 copy color: '#D6C238'

red 214 ◦ green 194 ◦ blue 56

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

Shades of Wattle #D6C238

Tints of Wattle #D6C238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.81%

 BLUE value IS 56 (22.27% from 255) = 12.07%

R = 46.12%
G = 41.81%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6C238 (or 0xD6C238) is known color: Wattle. HEX triplet: D6, C2 and 38. RGB value is (214,194,56). Sum of RGB (Red+Green+Blue) = 214+194+56=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C238 is #293DC7. Grayscale: #B8B8B8. Windows color (decimal): -2702792 or 3719894. OLE color: 3719894.

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

Color convert

RGB 214 194 56 -
CMYK 0 0.09 0.74 0.16
HSL 52.41º 0.66% 0.53% -
HSV(B) 52.41º 0.74% 0.84% -
XYZ 47.74 53.17 11.49 -
YUV 184.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 214 194 56 0 0.09 0.74 0.16 52.41 0.66 0.53
Hex D6 C2 38 0 9 4A 10 34 42 35
Octal 326 302 70 0 11 112 20 64 102 65
Binary 11010110 11000010 111000 0 1001 1001010 10000 110100 1000010 110101

Color Harmonies of #D6C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C238

Black with #D6C238

Text Example


Text Example

White with #D6C238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C238; }

 p { color: rgb(214,194,56); }

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

background-color css

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

 a { background-color: rgb(214,194,56); }

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

border-color css

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

 span { border-color: rgb(214,194,56); }

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