Html Css Color HEX #D8C742 Wattle

📋 copy color: '#D8C742'

red 216 ◦ green 199 ◦ blue 66

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

Shades of Wattle #D8C742

Tints of Wattle #D8C742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.72%

R = 44.91%
G = 41.37%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8C742 (or 0xD8C742) is known color: Wattle. HEX triplet: D8, C7 and 42. RGB value is (216,199,66). Sum of RGB (Red+Green+Blue) = 216+199+66=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C742 is #2738BD. Grayscale: #BDBDBD. Windows color (decimal): -2570430 or 4376536. OLE color: 4376536.

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

Color convert

RGB 216 199 66 -
CMYK 0 0.08 0.69 0.15
HSL 53.2º 0.66% 0.55% -
HSV(B) 53.2º 0.69% 0.85% -
XYZ 49.73 55.84 13.31 -
YUV 188.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 216 199 66 0 0.08 0.69 0.15 53.2 0.66 0.55
Hex D8 C7 42 0 8 45 F 35 42 37
Octal 330 307 102 0 10 105 17 65 102 67
Binary 11011000 11000111 1000010 0 1000 1000101 1111 110101 1000010 110111

Color Harmonies of #D8C742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C742

Black with #D8C742

Text Example


Text Example

White with #D8C742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C742; }

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

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

background-color css

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

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

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

border-color css

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

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

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