Html Css Color HEX #D6C330 Wattle

📋 copy color: '#D6C330'

red 214 ◦ green 195 ◦ blue 48

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

Shades of Wattle #D6C330

Tints of Wattle #D6C330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.67%

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

R = 46.83%
G = 42.67%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6C330 (or 0xD6C330) is known color: Wattle. HEX triplet: D6, C3 and 30. RGB value is (214,195,48). Sum of RGB (Red+Green+Blue) = 214+195+48=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C330 is #293CCF. Grayscale: #B8B8B8. Windows color (decimal): -2702544 or 3195862. OLE color: 3195862.

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

Color convert

RGB 214 195 48 -
CMYK 0 0.09 0.78 0.16
HSL 53.13º 0.67% 0.51% -
HSV(B) 53.13º 0.78% 0.84% -
XYZ 47.78 53.54 10.61 -
YUV 183.92 51.29 149.45 -
System Red Green Blue C M Y K H S L
Decimal 214 195 48 0 0.09 0.78 0.16 53.13 0.67 0.51
Hex D6 C3 30 0 9 4E 10 35 43 33
Octal 326 303 60 0 11 116 20 65 103 63
Binary 11010110 11000011 110000 0 1001 1001110 10000 110101 1000011 110011

Color Harmonies of #D6C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C330

Black with #D6C330

Text Example


Text Example

White with #D6C330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C330; }

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

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

background-color css

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

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

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

border-color css

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

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

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