Html Css Color HEX #D8C13D Wattle

📋 copy color: '#D8C13D'

red 216 ◦ green 193 ◦ blue 61

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

Shades of Wattle #D8C13D

Tints of Wattle #D8C13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.06%

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

R = 45.96%
G = 41.06%
B = 12.98%

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

#D8C13D (or 0xD8C13D) is known color: Wattle. HEX triplet: D8, C1 and 3D. RGB value is (216,193,61). Sum of RGB (Red+Green+Blue) = 216+193+61=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C13D is #273EC2. Grayscale: #B9B9B9. Windows color (decimal): -2571971 or 4047320. OLE color: 4047320.

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

Color convert

RGB 216 193 61 -
CMYK 0 0.11 0.72 0.15
HSL 51.1º 0.67% 0.54% -
HSV(B) 51.1º 0.72% 0.85% -
XYZ 48.23 53.08 12.12 -
YUV 184.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 216 193 61 0 0.11 0.72 0.15 51.1 0.67 0.54
Hex D8 C1 3D 0 B 48 F 33 43 36
Octal 330 301 75 0 13 110 17 63 103 66
Binary 11011000 11000001 111101 0 1011 1001000 1111 110011 1000011 110110

Color Harmonies of #D8C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C13D

Black with #D8C13D

Text Example


Text Example

White with #D8C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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