Html Css Color HEX #D8C03D Wattle

📋 copy color: '#D8C03D'

red 216 ◦ green 192 ◦ blue 61

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

Shades of Wattle #D8C03D

Tints of Wattle #D8C03D

RGB

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

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

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

R = 46.06%
G = 40.94%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8C03D (or 0xD8C03D) is known color: Wattle. HEX triplet: D8, C0 and 3D. RGB value is (216,192,61). Sum of RGB (Red+Green+Blue) = 216+192+61=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C03D is #273FC2. Grayscale: #B8B8B8. Windows color (decimal): -2572227 or 4047064. OLE color: 4047064.

HSL color Cylindrical-coordinate representation of color #D8C03D: hue angle of 50.71º 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 #D8C03D is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 192 61 -
CMYK 0 0.11 0.72 0.15
HSL 50.71º 0.67% 0.54% -
HSV(B) 50.71º 0.72% 0.85% -
XYZ 48.01 52.64 12.04 -
YUV 184.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 216 192 61 0 0.11 0.72 0.15 50.71 0.67 0.54
Hex D8 C0 3D 0 B 48 F 33 43 36
Octal 330 300 75 0 13 110 17 63 103 66
Binary 11011000 11000000 111101 0 1011 1001000 1111 110011 1000011 110110

Color Harmonies of #D8C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C03D

Black with #D8C03D

Text Example


Text Example

White with #D8C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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