Html Css Color HEX #DCC130 Wattle

📋 copy color: '#DCC130'

red 220 ◦ green 193 ◦ blue 48

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

Shades of Wattle #DCC130

Tints of Wattle #DCC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.87%

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

R = 47.72%
G = 41.87%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCC130 (or 0xDCC130) is known color: Wattle. HEX triplet: DC, C1 and 30. RGB value is (220,193,48). Sum of RGB (Red+Green+Blue) = 220+193+48=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC130 is #233ECF. Grayscale: #B9B9B9. Windows color (decimal): -2309840 or 3195356. OLE color: 3195356.

HSL color Cylindrical-coordinate representation of color #DCC130: hue angle of 50.58º 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 #DCC130 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 48 -
CMYK 0 0.12 0.78 0.14
HSL 50.58º 0.71% 0.53% -
HSV(B) 50.58º 0.78% 0.86% -
XYZ 49.12 53.57 10.55 -
YUV 184.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 220 193 48 0 0.12 0.78 0.14 50.58 0.71 0.53
Hex DC C1 30 0 C 4E E 33 47 35
Octal 334 301 60 0 14 116 16 63 107 65
Binary 11011100 11000001 110000 0 1100 1001110 1110 110011 1000111 110101

Color Harmonies of #DCC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC130

Black with #DCC130

Text Example


Text Example

White with #DCC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC130; }

 p { color: rgb(220,193,48); }

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

background-color css

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

 a { background-color: rgb(220,193,48); }

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

border-color css

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

 span { border-color: rgb(220,193,48); }

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