Html Css Color HEX #D6C03E Wattle

📋 copy color: '#D6C03E'

red 214 ◦ green 192 ◦ blue 62

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

Shades of Wattle #D6C03E

Tints of Wattle #D6C03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

 BLUE value IS 62 (24.61% from 255) = 13.25%

R = 45.73%
G = 41.03%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6C03E (or 0xD6C03E) is known color: Wattle. HEX triplet: D6, C0 and 3E. RGB value is (214,192,62). Sum of RGB (Red+Green+Blue) = 214+192+62=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C03E is #293FC1. Grayscale: #B8B8B8. Windows color (decimal): -2703298 or 4112598. OLE color: 4112598.

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

Color convert

RGB 214 192 62 -
CMYK 0 0.10 0.71 0.16
HSL 51.32º 0.65% 0.54% -
HSV(B) 51.32º 0.71% 0.84% -
XYZ 47.45 52.34 12.16 -
YUV 183.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 214 192 62 0 0.10 0.71 0.16 51.32 0.65 0.54
Hex D6 C0 3E 0 A 47 10 33 41 36
Octal 326 300 76 0 12 107 20 63 101 66
Binary 11010110 11000000 111110 0 1010 1000111 10000 110011 1000001 110110

Color Harmonies of #D6C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C03E

Black with #D6C03E

Text Example


Text Example

White with #D6C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C03E; }

 p { color: rgb(214,192,62); }

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

background-color css

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

 a { background-color: rgb(214,192,62); }

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

border-color css

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

 span { border-color: rgb(214,192,62); }

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