Html Css Color HEX #D6CD3F Wattle

📋 copy color: '#D6CD3F'

red 214 ◦ green 205 ◦ blue 63

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

Shades of Wattle #D6CD3F

Tints of Wattle #D6CD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.07%

R = 44.4%
G = 42.53%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6CD3F (or 0xD6CD3F) is known color: Wattle. HEX triplet: D6, CD and 3F. RGB value is (214,205,63). Sum of RGB (Red+Green+Blue) = 214+205+63=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CD3F is #2932C0. Grayscale: #C0C0C0. Windows color (decimal): -2699969 or 4181462. OLE color: 4181462.

HSL color Cylindrical-coordinate representation of color #D6CD3F: hue angle of 56.42º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6CD3F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 63 -
CMYK 0 0.04 0.71 0.16
HSL 56.42º 0.65% 0.54% -
HSV(B) 56.42º 0.71% 0.84% -
XYZ 50.46 58.32 13.3 -
YUV 191.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 214 205 63 0 0.04 0.71 0.16 56.42 0.65 0.54
Hex D6 CD 3F 0 4 47 10 38 41 36
Octal 326 315 77 0 4 107 20 70 101 66
Binary 11010110 11001101 111111 0 100 1000111 10000 111000 1000001 110110

Color Harmonies of #D6CD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD3F

Black with #D6CD3F

Text Example


Text Example

White with #D6CD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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