Html Css Color HEX #D8C03F Wattle

📋 copy color: '#D8C03F'

red 216 ◦ green 192 ◦ blue 63

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

Shades of Wattle #D8C03F

Tints of Wattle #D8C03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.38%

R = 45.86%
G = 40.76%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8C03F (or 0xD8C03F) is known color: Wattle. HEX triplet: D8, C0 and 3F. RGB value is (216,192,63). Sum of RGB (Red+Green+Blue) = 216+192+63=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C03F is #273FC0. Grayscale: #B9B9B9. Windows color (decimal): -2572225 or 4178136. OLE color: 4178136.

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

Color convert

RGB 216 192 63 -
CMYK 0 0.11 0.71 0.15
HSL 50.59º 0.66% 0.55% -
HSV(B) 50.59º 0.71% 0.85% -
XYZ 48.07 52.66 12.33 -
YUV 184.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 216 192 63 0 0.11 0.71 0.15 50.59 0.66 0.55
Hex D8 C0 3F 0 B 47 F 33 42 37
Octal 330 300 77 0 13 107 17 63 102 67
Binary 11011000 11000000 111111 0 1011 1000111 1111 110011 1000010 110111

Color Harmonies of #D8C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C03F

Black with #D8C03F

Text Example


Text Example

White with #D8C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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