Html Css Color HEX #D5C63F Wattle

📋 copy color: '#D5C63F'

red 213 ◦ green 198 ◦ blue 63

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

Shades of Wattle #D5C63F

Tints of Wattle #D5C63F

RGB

 RED value IS 213 (83.59% from 255) = 44.94%

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

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

R = 44.94%
G = 41.77%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5C63F (or 0xD5C63F) is known color: Wattle. HEX triplet: D5, C6 and 3F. RGB value is (213,198,63). Sum of RGB (Red+Green+Blue) = 213+198+63=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C63F is #2A39C0. Grayscale: #BBBBBB. Windows color (decimal): -2767297 or 4179669. OLE color: 4179669.

HSL color Cylindrical-coordinate representation of color #D5C63F: hue angle of 54º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5C63F is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 198 63 -
CMYK 0 0.07 0.70 0.16
HSL 54º 0.64% 0.54% -
HSV(B) 54º 0.7% 0.84% -
XYZ 48.53 54.89 12.74 -
YUV 187.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 213 198 63 0 0.07 0.70 0.16 54 0.64 0.54
Hex D5 C6 3F 0 7 46 10 36 40 36
Octal 325 306 77 0 7 106 20 66 100 66
Binary 11010101 11000110 111111 0 111 1000110 10000 110110 1000000 110110

Color Harmonies of #D5C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C63F

Black with #D5C63F

Text Example


Text Example

White with #D5C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C63F; }

 p { color: rgb(213,198,63); }

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

background-color css

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

 a { background-color: rgb(213,198,63); }

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

border-color css

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

 span { border-color: rgb(213,198,63); }

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