Html Css Color HEX #D8C230 Wattle

📋 copy color: '#D8C230'

red 216 ◦ green 194 ◦ blue 48

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

Shades of Wattle #D8C230

Tints of Wattle #D8C230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.48%

R = 47.16%
G = 42.36%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8C230 (or 0xD8C230) is known color: Wattle. HEX triplet: D8, C2 and 30. RGB value is (216,194,48). Sum of RGB (Red+Green+Blue) = 216+194+48=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C230 is #273DCF. Grayscale: #B8B8B8. Windows color (decimal): -2571728 or 3195608. OLE color: 3195608.

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

Color convert

RGB 216 194 48 -
CMYK 0 0.10 0.78 0.15
HSL 52.14º 0.68% 0.52% -
HSV(B) 52.14º 0.78% 0.85% -
XYZ 48.14 53.4 10.57 -
YUV 183.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 216 194 48 0 0.10 0.78 0.15 52.14 0.68 0.52
Hex D8 C2 30 0 A 4E F 34 44 34
Octal 330 302 60 0 12 116 17 64 104 64
Binary 11011000 11000010 110000 0 1010 1001110 1111 110100 1000100 110100

Color Harmonies of #D8C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C230

Black with #D8C230

Text Example


Text Example

White with #D8C230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C230; }

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

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

background-color css

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

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

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

border-color css

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

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

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