Html Css Color HEX #D6D033 Wattle

📋 copy color: '#D6D033'

red 214 ◦ green 208 ◦ blue 51

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

Shades of Wattle #D6D033

Tints of Wattle #D6D033

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.97%

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

R = 45.24%
G = 43.97%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6D033 (or 0xD6D033) is known color: Wattle. HEX triplet: D6, D0 and 33. RGB value is (214,208,51). Sum of RGB (Red+Green+Blue) = 214+208+51=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D033 is #292FCC. Grayscale: #C0C0C0. Windows color (decimal): -2699213 or 3395798. OLE color: 3395798.

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

Color convert

RGB 214 208 51 -
CMYK 0 0.03 0.76 0.16
HSL 57.79º 0.67% 0.52% -
HSV(B) 57.79º 0.76% 0.84% -
XYZ 50.88 59.65 11.96 -
YUV 191.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 214 208 51 0 0.03 0.76 0.16 57.79 0.67 0.52
Hex D6 D0 33 0 3 4C 10 3A 43 34
Octal 326 320 63 0 3 114 20 72 103 64
Binary 11010110 11010000 110011 0 11 1001100 10000 111010 1000011 110100

Color Harmonies of #D6D033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D033

Black with #D6D033

Text Example


Text Example

White with #D6D033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D033; }

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

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

background-color css

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

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

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

border-color css

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

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

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