Html Css Color HEX #D6C030 Wattle

📋 copy color: '#D6C030'

red 214 ◦ green 192 ◦ blue 48

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

Shades of Wattle #D6C030

Tints of Wattle #D6C030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 47.14%
G = 42.29%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6C030 (or 0xD6C030) is known color: Wattle. HEX triplet: D6, C0 and 30. RGB value is (214,192,48). Sum of RGB (Red+Green+Blue) = 214+192+48=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C030 is #293FCF. Grayscale: #B6B6B6. Windows color (decimal): -2703312 or 3195094. OLE color: 3195094.

HSL color Cylindrical-coordinate representation of color #D6C030: hue angle of 52.05º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6C030 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 48 -
CMYK 0 0.10 0.78 0.16
HSL 52.05º 0.67% 0.51% -
HSV(B) 52.05º 0.78% 0.84% -
XYZ 47.11 52.21 10.39 -
YUV 182.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 214 192 48 0 0.10 0.78 0.16 52.05 0.67 0.51
Hex D6 C0 30 0 A 4E 10 34 43 33
Octal 326 300 60 0 12 116 20 64 103 63
Binary 11010110 11000000 110000 0 1010 1001110 10000 110100 1000011 110011

Color Harmonies of #D6C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C030

Black with #D6C030

Text Example


Text Example

White with #D6C030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C030; }

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

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

background-color css

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

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

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

border-color css

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

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

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