Html Css Color HEX #D6C92E Wattle

📋 copy color: '#D6C92E'

red 214 ◦ green 201 ◦ blue 46

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

Shades of Wattle #D6C92E

Tints of Wattle #D6C92E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

 BLUE value IS 46 (18.36% from 255) = 9.98%

R = 46.42%
G = 43.6%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6C92E (or 0xD6C92E) is known color: Wattle. HEX triplet: D6, C9 and 2E. RGB value is (214,201,46). Sum of RGB (Red+Green+Blue) = 214+201+46=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C92E is #2936D1. Grayscale: #BBBBBB. Windows color (decimal): -2701010 or 3066326. OLE color: 3066326.

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

Color convert

RGB 214 201 46 -
CMYK 0 0.06 0.79 0.16
HSL 55.36º 0.67% 0.51% -
HSV(B) 55.36º 0.79% 0.84% -
XYZ 49.11 56.27 10.86 -
YUV 187.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 214 201 46 0 0.06 0.79 0.16 55.36 0.67 0.51
Hex D6 C9 2E 0 6 4F 10 37 43 33
Octal 326 311 56 0 6 117 20 67 103 63
Binary 11010110 11001001 101110 0 110 1001111 10000 110111 1000011 110011

Color Harmonies of #D6C92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C92E

Black with #D6C92E

Text Example


Text Example

White with #D6C92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C92E; }

 p { color: rgb(214,201,46); }

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

background-color css

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

 a { background-color: rgb(214,201,46); }

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

border-color css

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

 span { border-color: rgb(214,201,46); }

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