Html Css Color HEX #D6C03D Wattle

📋 copy color: '#D6C03D'

red 214 ◦ green 192 ◦ blue 61

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

Shades of Wattle #D6C03D

Tints of Wattle #D6C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.06%

R = 45.82%
G = 41.11%
B = 13.06%

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

#D6C03D (or 0xD6C03D) is known color: Wattle. HEX triplet: D6, C0 and 3D. RGB value is (214,192,61). Sum of RGB (Red+Green+Blue) = 214+192+61=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C03D is #293FC2. Grayscale: #B8B8B8. Windows color (decimal): -2703299 or 4047062. OLE color: 4047062.

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

Color convert

RGB 214 192 61 -
CMYK 0 0.10 0.71 0.16
HSL 51.37º 0.65% 0.54% -
HSV(B) 51.37º 0.71% 0.84% -
XYZ 47.42 52.33 12.02 -
YUV 183.64 58.79 149.65 -
System Red Green Blue C M Y K H S L
Decimal 214 192 61 0 0.10 0.71 0.16 51.37 0.65 0.54
Hex D6 C0 3D 0 A 47 10 33 41 36
Octal 326 300 75 0 12 107 20 63 101 66
Binary 11010110 11000000 111101 0 1010 1000111 10000 110011 1000001 110110

Color Harmonies of #D6C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C03D

Black with #D6C03D

Text Example


Text Example

White with #D6C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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