Html Css Color HEX #D8C73D Wattle

📋 copy color: '#D8C73D'

red 216 ◦ green 199 ◦ blue 61

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

Shades of Wattle #D8C73D

Tints of Wattle #D8C73D

RGB

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

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

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

R = 45.38%
G = 41.81%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8C73D (or 0xD8C73D) is known color: Wattle. HEX triplet: D8, C7 and 3D. RGB value is (216,199,61). Sum of RGB (Red+Green+Blue) = 216+199+61=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C73D is #2738C2. Grayscale: #BCBCBC. Windows color (decimal): -2570435 or 4048856. OLE color: 4048856.

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

Color convert

RGB 216 199 61 -
CMYK 0 0.08 0.72 0.15
HSL 53.42º 0.67% 0.54% -
HSV(B) 53.42º 0.72% 0.85% -
XYZ 49.58 55.78 12.57 -
YUV 188.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 216 199 61 0 0.08 0.72 0.15 53.42 0.67 0.54
Hex D8 C7 3D 0 8 48 F 35 43 36
Octal 330 307 75 0 10 110 17 65 103 66
Binary 11011000 11000111 111101 0 1000 1001000 1111 110101 1000011 110110

Color Harmonies of #D8C73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C73D

Black with #D8C73D

Text Example


Text Example

White with #D8C73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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