Html Css Color HEX #D8C73A Wattle

📋 copy color: '#D8C73A'

red 216 ◦ green 199 ◦ blue 58

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

Shades of Wattle #D8C73A

Tints of Wattle #D8C73A

RGB

 RED value IS 216 (84.77% from 255) = 45.67%

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

 BLUE value IS 58 (23.05% from 255) = 12.26%

R = 45.67%
G = 42.07%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8C73A (or 0xD8C73A) is known color: Wattle. HEX triplet: D8, C7 and 3A. RGB value is (216,199,58). Sum of RGB (Red+Green+Blue) = 216+199+58=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C73A is #2738C5. Grayscale: #BCBCBC. Windows color (decimal): -2570438 or 3852248. OLE color: 3852248.

HSL color Cylindrical-coordinate representation of color #D8C73A: hue angle of 53.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8C73A is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 199 58 -
CMYK 0 0.08 0.73 0.15
HSL 53.54º 0.67% 0.54% -
HSV(B) 53.54º 0.73% 0.85% -
XYZ 49.51 55.75 12.15 -
YUV 188.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 216 199 58 0 0.08 0.73 0.15 53.54 0.67 0.54
Hex D8 C7 3A 0 8 49 F 36 43 36
Octal 330 307 72 0 10 111 17 66 103 66
Binary 11011000 11000111 111010 0 1000 1001001 1111 110110 1000011 110110

Color Harmonies of #D8C73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C73A

Black with #D8C73A

Text Example


Text Example

White with #D8C73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C73A; }

 p { color: rgb(216,199,58); }

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

background-color css

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

 a { background-color: rgb(216,199,58); }

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

border-color css

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

 span { border-color: rgb(216,199,58); }

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