Html Css Color HEX #D6CD32 Wattle

📋 copy color: '#D6CD32'

red 214 ◦ green 205 ◦ blue 50

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

Shades of Wattle #D6CD32

Tints of Wattle #D6CD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.71%

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

R = 45.63%
G = 43.71%
B = 10.66%

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

#D6CD32 (or 0xD6CD32) is known color: Wattle. HEX triplet: D6, CD and 32. RGB value is (214,205,50). Sum of RGB (Red+Green+Blue) = 214+205+50=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CD32 is #2932CD. Grayscale: #BEBEBE. Windows color (decimal): -2699982 or 3329494. OLE color: 3329494.

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

Color convert

RGB 214 205 50 -
CMYK 0 0.04 0.77 0.16
HSL 56.71º 0.67% 0.52% -
HSV(B) 56.71º 0.77% 0.84% -
XYZ 50.14 58.19 11.61 -
YUV 190.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 214 205 50 0 0.04 0.77 0.16 56.71 0.67 0.52
Hex D6 CD 32 0 4 4D 10 39 43 34
Octal 326 315 62 0 4 115 20 71 103 64
Binary 11010110 11001101 110010 0 100 1001101 10000 111001 1000011 110100

Color Harmonies of #D6CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD32

Black with #D6CD32

Text Example


Text Example

White with #D6CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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