Html Css Color HEX #D6C033 Wattle

📋 copy color: '#D6C033'

red 214 ◦ green 192 ◦ blue 51

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

Shades of Wattle #D6C033

Tints of Wattle #D6C033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.16%

R = 46.83%
G = 42.01%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6C033 (or 0xD6C033) is known color: Wattle. HEX triplet: D6, C0 and 33. RGB value is (214,192,51). Sum of RGB (Red+Green+Blue) = 214+192+51=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C033 is #293FCC. Grayscale: #B7B7B7. Windows color (decimal): -2703309 or 3391702. OLE color: 3391702.

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

Color convert

RGB 214 192 51 -
CMYK 0 0.10 0.76 0.16
HSL 51.9º 0.67% 0.52% -
HSV(B) 51.9º 0.76% 0.84% -
XYZ 47.18 52.23 10.73 -
YUV 182.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 214 192 51 0 0.10 0.76 0.16 51.9 0.67 0.52
Hex D6 C0 33 0 A 4C 10 34 43 34
Octal 326 300 63 0 12 114 20 64 103 64
Binary 11010110 11000000 110011 0 1010 1001100 10000 110100 1000011 110100

Color Harmonies of #D6C033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C033

Black with #D6C033

Text Example


Text Example

White with #D6C033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C033; }

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

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

background-color css

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

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

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

border-color css

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

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

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