Html Css Color HEX #D8C53D Wattle

📋 copy color: '#D8C53D'

red 216 ◦ green 197 ◦ blue 61

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

Shades of Wattle #D8C53D

Tints of Wattle #D8C53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

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

R = 45.57%
G = 41.56%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8C53D (or 0xD8C53D) is known color: Wattle. HEX triplet: D8, C5 and 3D. RGB value is (216,197,61). Sum of RGB (Red+Green+Blue) = 216+197+61=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C53D is #273AC2. Grayscale: #BBBBBB. Windows color (decimal): -2570947 or 4048344. OLE color: 4048344.

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

Color convert

RGB 216 197 61 -
CMYK 0 0.09 0.72 0.15
HSL 52.65º 0.67% 0.54% -
HSV(B) 52.65º 0.72% 0.85% -
XYZ 49.13 54.87 12.42 -
YUV 187.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 216 197 61 0 0.09 0.72 0.15 52.65 0.67 0.54
Hex D8 C5 3D 0 9 48 F 35 43 36
Octal 330 305 75 0 11 110 17 65 103 66
Binary 11011000 11000101 111101 0 1001 1001000 1111 110101 1000011 110110

Color Harmonies of #D8C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C53D

Black with #D8C53D

Text Example


Text Example

White with #D8C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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