Html Css Color HEX #D6D133 Wattle

📋 copy color: '#D6D133'

red 214 ◦ green 209 ◦ blue 51

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

Shades of Wattle #D6D133

Tints of Wattle #D6D133

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.09%

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

R = 45.15%
G = 44.09%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6D133 (or 0xD6D133) is known color: Wattle. HEX triplet: D6, D1 and 33. RGB value is (214,209,51). Sum of RGB (Red+Green+Blue) = 214+209+51=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D133 is #292ECC. Grayscale: #C1C1C1. Windows color (decimal): -2698957 or 3396054. OLE color: 3396054.

HSL color Cylindrical-coordinate representation of color #D6D133: hue angle of 58.16º 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 #D6D133 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 51 -
CMYK 0 0.02 0.76 0.16
HSL 58.16º 0.67% 0.52% -
HSV(B) 58.16º 0.76% 0.84% -
XYZ 51.13 60.14 12.04 -
YUV 192.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 214 209 51 0 0.02 0.76 0.16 58.16 0.67 0.52
Hex D6 D1 33 0 2 4C 10 3A 43 34
Octal 326 321 63 0 2 114 20 72 103 64
Binary 11010110 11010001 110011 0 10 1001100 10000 111010 1000011 110100

Color Harmonies of #D6D133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D133

Black with #D6D133

Text Example


Text Example

White with #D6D133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D133; }

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

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

background-color css

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

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

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

border-color css

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

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

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