Html Css Color HEX #D6C730 Wattle

📋 copy color: '#D6C730'

red 214 ◦ green 199 ◦ blue 48

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

Shades of Wattle #D6C730

Tints of Wattle #D6C730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

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

R = 46.42%
G = 43.17%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6C730 (or 0xD6C730) is known color: Wattle. HEX triplet: D6, C7 and 30. RGB value is (214,199,48). Sum of RGB (Red+Green+Blue) = 214+199+48=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C730 is #2938CF. Grayscale: #BABABA. Windows color (decimal): -2701520 or 3196886. OLE color: 3196886.

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

Color convert

RGB 214 199 48 -
CMYK 0 0.07 0.78 0.16
HSL 54.58º 0.67% 0.51% -
HSV(B) 54.58º 0.78% 0.84% -
XYZ 48.69 55.36 10.92 -
YUV 186.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 214 199 48 0 0.07 0.78 0.16 54.58 0.67 0.51
Hex D6 C7 30 0 7 4E 10 37 43 33
Octal 326 307 60 0 7 116 20 67 103 63
Binary 11010110 11000111 110000 0 111 1001110 10000 110111 1000011 110011

Color Harmonies of #D6C730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C730

Black with #D6C730

Text Example


Text Example

White with #D6C730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C730; }

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

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

background-color css

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

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

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

border-color css

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

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

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