Html Css Color HEX #D8C642 Wattle

📋 copy color: '#D8C642'

red 216 ◦ green 198 ◦ blue 66

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

Shades of Wattle #D8C642

Tints of Wattle #D8C642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.25%

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

R = 45%
G = 41.25%
B = 13.75%

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

#D8C642 (or 0xD8C642) is known color: Wattle. HEX triplet: D8, C6 and 42. RGB value is (216,198,66). Sum of RGB (Red+Green+Blue) = 216+198+66=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C642 is #2739BD. Grayscale: #BCBCBC. Windows color (decimal): -2570686 or 4376280. OLE color: 4376280.

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

Color convert

RGB 216 198 66 -
CMYK 0 0.08 0.69 0.15
HSL 52.8º 0.66% 0.55% -
HSV(B) 52.8º 0.69% 0.85% -
XYZ 49.5 55.38 13.24 -
YUV 188.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 216 198 66 0 0.08 0.69 0.15 52.8 0.66 0.55
Hex D8 C6 42 0 8 45 F 35 42 37
Octal 330 306 102 0 10 105 17 65 102 67
Binary 11011000 11000110 1000010 0 1000 1000101 1111 110101 1000010 110111

Color Harmonies of #D8C642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C642

Black with #D8C642

Text Example


Text Example

White with #D8C642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C642; }

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

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

background-color css

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

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

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

border-color css

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

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

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