Html Css Color HEX #D8C031 Wattle

📋 copy color: '#D8C031'

red 216 ◦ green 192 ◦ blue 49

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

Shades of Wattle #D8C031

Tints of Wattle #D8C031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.72%

R = 47.26%
G = 42.01%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8C031 (or 0xD8C031) is known color: Wattle. HEX triplet: D8, C0 and 31. RGB value is (216,192,49). Sum of RGB (Red+Green+Blue) = 216+192+49=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C031 is #273FCE. Grayscale: #B7B7B7. Windows color (decimal): -2572239 or 3260632. OLE color: 3260632.

HSL color Cylindrical-coordinate representation of color #D8C031: hue angle of 51.38º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8C031 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 192 49 -
CMYK 0 0.11 0.77 0.15
HSL 51.38º 0.68% 0.52% -
HSV(B) 51.38º 0.77% 0.85% -
XYZ 47.72 52.52 10.53 -
YUV 182.87 52.45 151.63 -
System Red Green Blue C M Y K H S L
Decimal 216 192 49 0 0.11 0.77 0.15 51.38 0.68 0.52
Hex D8 C0 31 0 B 4D F 33 44 34
Octal 330 300 61 0 13 115 17 63 104 64
Binary 11011000 11000000 110001 0 1011 1001101 1111 110011 1000100 110100

Color Harmonies of #D8C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C031

Black with #D8C031

Text Example


Text Example

White with #D8C031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C031; }

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

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

background-color css

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

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

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

border-color css

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

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

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