Html Css Color HEX #D6C93F Wattle

📋 copy color: '#D6C93F'

red 214 ◦ green 201 ◦ blue 63

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

Shades of Wattle #D6C93F

Tints of Wattle #D6C93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.05%

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

R = 44.77%
G = 42.05%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6C93F (or 0xD6C93F) is known color: Wattle. HEX triplet: D6, C9 and 3F. RGB value is (214,201,63). Sum of RGB (Red+Green+Blue) = 214+201+63=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C93F is #2936C0. Grayscale: #BDBDBD. Windows color (decimal): -2700993 or 4180438. OLE color: 4180438.

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

Color convert

RGB 214 201 63 -
CMYK 0 0.06 0.71 0.16
HSL 54.83º 0.65% 0.54% -
HSV(B) 54.83º 0.71% 0.84% -
XYZ 49.52 56.43 12.98 -
YUV 189.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 214 201 63 0 0.06 0.71 0.16 54.83 0.65 0.54
Hex D6 C9 3F 0 6 47 10 37 41 36
Octal 326 311 77 0 6 107 20 67 101 66
Binary 11010110 11001001 111111 0 110 1000111 10000 110111 1000001 110110

Color Harmonies of #D6C93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C93F

Black with #D6C93F

Text Example


Text Example

White with #D6C93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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