Html Css Color HEX #D8C238 Wattle

📋 copy color: '#D8C238'

red 216 ◦ green 194 ◦ blue 56

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

Shades of Wattle #D8C238

Tints of Wattle #D8C238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

 BLUE value IS 56 (22.27% from 255) = 12.02%

R = 46.35%
G = 41.63%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D8C238 (or 0xD8C238) is known color: Wattle. HEX triplet: D8, C2 and 38. RGB value is (216,194,56). Sum of RGB (Red+Green+Blue) = 216+194+56=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C238 is #273DC7. Grayscale: #B9B9B9. Windows color (decimal): -2571720 or 3719896. OLE color: 3719896.

HSL color Cylindrical-coordinate representation of color #D8C238: hue angle of 51.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8C238 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 194 56 -
CMYK 0 0.10 0.74 0.15
HSL 51.75º 0.67% 0.53% -
HSV(B) 51.75º 0.74% 0.85% -
XYZ 48.32 53.47 11.51 -
YUV 184.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 216 194 56 0 0.10 0.74 0.15 51.75 0.67 0.53
Hex D8 C2 38 0 A 4A F 34 43 35
Octal 330 302 70 0 12 112 17 64 103 65
Binary 11011000 11000010 111000 0 1010 1001010 1111 110100 1000011 110101

Color Harmonies of #D8C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C238

Black with #D8C238

Text Example


Text Example

White with #D8C238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C238; }

 p { color: rgb(216,194,56); }

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

background-color css

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

 a { background-color: rgb(216,194,56); }

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

border-color css

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

 span { border-color: rgb(216,194,56); }

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