Html Css Color HEX #DCC631 Wattle

📋 copy color: '#DCC631'

red 220 ◦ green 198 ◦ blue 49

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

Shades of Wattle #DCC631

Tints of Wattle #DCC631

RGB

 RED value IS 220 (86.33% from 255) = 47.11%

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

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 47.11%
G = 42.4%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCC631 (or 0xDCC631) is known color: Wattle. HEX triplet: DC, C6 and 31. RGB value is (220,198,49). Sum of RGB (Red+Green+Blue) = 220+198+49=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC631 is #2339CE. Grayscale: #BCBCBC. Windows color (decimal): -2308559 or 3262172. OLE color: 3262172.

HSL color Cylindrical-coordinate representation of color #DCC631: hue angle of 52.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCC631 is Cyan = 0, Magento = 0.1, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 49 -
CMYK 0 0.1 0.78 0.14
HSL 52.28º 0.71% 0.53% -
HSV(B) 52.28º 0.78% 0.86% -
XYZ 50.26 55.83 11.03 -
YUV 187.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 220 198 49 0 0.1 0.78 0.14 52.28 0.71 0.53
Hex DC C6 31 0 A 4E E 34 47 35
Octal 334 306 61 0 12 116 16 64 107 65
Binary 11011100 11000110 110001 0 1010 1001110 1110 110100 1000111 110101

Color Harmonies of #DCC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC631

Black with #DCC631

Text Example


Text Example

White with #DCC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC631; }

 p { color: rgb(220,198,49); }

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

background-color css

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

 a { background-color: rgb(220,198,49); }

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

border-color css

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

 span { border-color: rgb(220,198,49); }

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