Html Css Color HEX #DCC23C Wattle

📋 copy color: '#DCC23C'

red 220 ◦ green 194 ◦ blue 60

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

Shades of Wattle #DCC23C

Tints of Wattle #DCC23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.66%

R = 46.41%
G = 40.93%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCC23C (or 0xDCC23C) is known color: Wattle. HEX triplet: DC, C2 and 3C. RGB value is (220,194,60). Sum of RGB (Red+Green+Blue) = 220+194+60=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC23C is #233DC3. Grayscale: #BBBBBB. Windows color (decimal): -2309572 or 3982044. OLE color: 3982044.

HSL color Cylindrical-coordinate representation of color #DCC23C: hue angle of 50.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCC23C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 60 -
CMYK 0 0.12 0.73 0.14
HSL 50.25º 0.7% 0.55% -
HSV(B) 50.25º 0.73% 0.86% -
XYZ 49.62 54.13 12.11 -
YUV 186.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 220 194 60 0 0.12 0.73 0.14 50.25 0.7 0.55
Hex DC C2 3C 0 C 49 E 32 46 37
Octal 334 302 74 0 14 111 16 62 106 67
Binary 11011100 11000010 111100 0 1100 1001001 1110 110010 1000110 110111

Color Harmonies of #DCC23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC23C

Black with #DCC23C

Text Example


Text Example

White with #DCC23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC23C; }

 p { color: rgb(220,194,60); }

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

background-color css

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

 a { background-color: rgb(220,194,60); }

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

border-color css

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

 span { border-color: rgb(220,194,60); }

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