Html Css Color HEX #D6C832 Wattle

📋 copy color: '#D6C832'

red 214 ◦ green 200 ◦ blue 50

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

Shades of Wattle #D6C832

Tints of Wattle #D6C832

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.1%

 BLUE value IS 50 (19.92% from 255) = 10.78%

R = 46.12%
G = 43.1%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D6C832 (or 0xD6C832) is known color: Wattle. HEX triplet: D6, C8 and 32. RGB value is (214,200,50). Sum of RGB (Red+Green+Blue) = 214+200+50=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C832 is #2937CD. Grayscale: #BBBBBB. Windows color (decimal): -2701262 or 3328214. OLE color: 3328214.

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

Color convert

RGB 214 200 50 -
CMYK 0 0.07 0.77 0.16
HSL 54.88º 0.67% 0.52% -
HSV(B) 54.88º 0.77% 0.84% -
XYZ 48.96 55.83 11.21 -
YUV 187.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 214 200 50 0 0.07 0.77 0.16 54.88 0.67 0.52
Hex D6 C8 32 0 7 4D 10 37 43 34
Octal 326 310 62 0 7 115 20 67 103 64
Binary 11010110 11001000 110010 0 111 1001101 10000 110111 1000011 110100

Color Harmonies of #D6C832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C832

Black with #D6C832

Text Example


Text Example

White with #D6C832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C832; }

 p { color: rgb(214,200,50); }

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

background-color css

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

 a { background-color: rgb(214,200,50); }

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

border-color css

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

 span { border-color: rgb(214,200,50); }

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