Html Css Color HEX #D6CE32 Wattle

📋 copy color: '#D6CE32'

red 214 ◦ green 206 ◦ blue 50

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

Shades of Wattle #D6CE32

Tints of Wattle #D6CE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.83%

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

R = 45.53%
G = 43.83%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D6CE32 (or 0xD6CE32) is known color: Wattle. HEX triplet: D6, CE and 32. RGB value is (214,206,50). Sum of RGB (Red+Green+Blue) = 214+206+50=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE32 is #2931CD. Grayscale: #BFBFBF. Windows color (decimal): -2699726 or 3329750. OLE color: 3329750.

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

Color convert

RGB 214 206 50 -
CMYK 0 0.04 0.77 0.16
HSL 57.07º 0.67% 0.52% -
HSV(B) 57.07º 0.77% 0.84% -
XYZ 50.38 58.67 11.69 -
YUV 190.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 214 206 50 0 0.04 0.77 0.16 57.07 0.67 0.52
Hex D6 CE 32 0 4 4D 10 39 43 34
Octal 326 316 62 0 4 115 20 71 103 64
Binary 11010110 11001110 110010 0 100 1001101 10000 111001 1000011 110100

Color Harmonies of #D6CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE32

Black with #D6CE32

Text Example


Text Example

White with #D6CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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